From 8576c4993f20d0e1a01b7743d85e55d769b57931 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 5 Jul 2014 16:57:57 -0700 Subject: [PATCH] Fix SRT timestamp parsing --- src/subtitle_format_srt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/subtitle_format_srt.cpp b/src/subtitle_format_srt.cpp index d089e817d..dae1d348d 100644 --- a/src/subtitle_format_srt.cpp +++ b/src/subtitle_format_srt.cpp @@ -297,7 +297,6 @@ AssTime ReadSRTTime(std::string const& ts) s = 0; break; case ',': - ci++; milliseconds = true; break; default: