mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +00:00
small fix
This commit is contained in:
parent
3546526177
commit
e35b4ea62c
@ -258,7 +258,7 @@ void set_output_format (const char *format)
|
||||
format++;
|
||||
|
||||
if (ccx_options.send_to_srv &&
|
||||
(strcmp (format, "timedtranscript")!=0 || strcmp(format, "ttxt")!=0))
|
||||
(strcmp (format, "timedtranscript")!=0 && strcmp(format, "ttxt")!=0))
|
||||
{
|
||||
mprint("Output format is changed to ttxt\n");
|
||||
format = "ttxt";
|
||||
|
Loading…
Reference in New Issue
Block a user