mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +00:00
Merge branch 'pr/n554_Izaron'
This commit is contained in:
commit
4270450a03
@ -993,7 +993,9 @@ int parse_parameters (struct ccx_s_options *opt, int argc, char *argv[])
|
||||
}
|
||||
if (strcmp (argv[i], "-")==0 || strcmp(argv[i], "-stdin") == 0)
|
||||
{
|
||||
|
||||
#ifdef WIN32
|
||||
setmode(fileno(stdin), O_BINARY);
|
||||
#endif
|
||||
opt->input_source=CCX_DS_STDIN;
|
||||
if (!opt->live_stream) opt->live_stream=-1;
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user