mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
parent
1dc0706b86
commit
3b26bcf47b
@ -921,7 +921,7 @@ namespace Nikse.SubtitleEdit.Logic.CommandLineConvert
|
||||
_stdOutWriter.WriteLine();
|
||||
}
|
||||
|
||||
return (count == converted && errors == 0) ? 0 : 1;
|
||||
return errors == 0 ? 0 : 1;
|
||||
}
|
||||
|
||||
private static bool IsFileLengthOkForTextSubtitle(string fileName, FileInfo fileInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user