mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
fprintf stderr fix
This commit is contained in:
@@ -633,7 +633,7 @@ void parse_params(int argc, char *argv[])
|
||||
case 8: /* hostspell */
|
||||
if (strlen(optarg) != 4)
|
||||
{
|
||||
fprintf(stdout, "hostspell must be exactly 4 chars long\n");
|
||||
fprintf(stderr, "hostspell must be exactly 4 chars long\n");
|
||||
exit(1);
|
||||
}
|
||||
params.hostcase = true;
|
||||
|
Reference in New Issue
Block a user