mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
fixes
This commit is contained in:
32
main.c
32
main.c
@@ -667,22 +667,6 @@ int main(int argc,char **argv)
|
||||
exit(Q_FAILOPENOUTPUT); // define new err code?
|
||||
}
|
||||
|
||||
filters_prepare();
|
||||
|
||||
filters_print();
|
||||
|
||||
#ifdef STATISTICS
|
||||
if (!filters_count() && !reportdelay)
|
||||
#else
|
||||
if (!filters_count())
|
||||
#endif
|
||||
return 0;
|
||||
|
||||
#ifdef EXPANDMASK
|
||||
if (numwords > 1 && flattened)
|
||||
fprintf(stderr,"WARNING: -N switch will produce bogus results because we can't know filter width. reconfigure with --enable-besort and recompile.\n");
|
||||
#endif
|
||||
|
||||
if (workdir)
|
||||
createdir(workdir,1);
|
||||
|
||||
@@ -720,6 +704,22 @@ int main(int argc,char **argv)
|
||||
goto done;
|
||||
}
|
||||
|
||||
filters_prepare();
|
||||
|
||||
filters_print();
|
||||
|
||||
#ifdef STATISTICS
|
||||
if (!filters_count() && !reportdelay)
|
||||
#else
|
||||
if (!filters_count())
|
||||
#endif
|
||||
return 0;
|
||||
|
||||
#ifdef EXPANDMASK
|
||||
if (numwords > 1 && flattened)
|
||||
fprintf(stderr,"WARNING: -N switch will produce bogus results because we can't know filter width. reconfigure with --enable-besort and recompile.\n");
|
||||
#endif
|
||||
|
||||
if (yamloutput)
|
||||
yamlout_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user