mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +00:00
Small UCLA fix
-
This commit is contained in:
parent
a3ef46c21d
commit
48b5a0b384
@ -235,9 +235,6 @@ void set_output_format (const char *format)
|
|||||||
ccx_options.transcript_settings.showEndTime = 1;
|
ccx_options.transcript_settings.showEndTime = 1;
|
||||||
ccx_options.transcript_settings.showCC = 0;
|
ccx_options.transcript_settings.showCC = 0;
|
||||||
ccx_options.transcript_settings.showMode = 1;
|
ccx_options.transcript_settings.showMode = 1;
|
||||||
} else {
|
|
||||||
// Throw exception
|
|
||||||
fatal(EXIT_INCOMPATIBLE_PARAMETERS, "timedtranscript cannot be set after -UCLA is used!");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (strcmp (format,"report")==0)
|
else if (strcmp (format,"report")==0)
|
||||||
|
Loading…
Reference in New Issue
Block a user