13
0

fix audio-clock sample entry, handle empty entry as NOOP

This commit is contained in:
Robin Gareus 2013-11-11 02:33:57 +01:00
parent 65a62bf514
commit 2da67fb99f

View File

@ -620,6 +620,9 @@ AudioClock::end_edit (bool modify)
break;
case Frames:
if (edit_string.length() < 1) {
edit_string = pre_edit_string;
}
break;
}