1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Fix SRT timestamp parsing

This commit is contained in:
Thomas Goyne 2014-07-05 16:57:57 -07:00
parent dd70da35d4
commit 8576c4993f

View File

@ -297,7 +297,6 @@ AssTime ReadSRTTime(std::string const& ts)
s = 0;
break;
case ',':
ci++;
milliseconds = true;
break;
default: