# HG changeset patch # User michael # Date 1010181371 0 # Node ID a80d0b59ca0eccd7a2957a40f3fdc1d520a5bf03 # Parent da96a04ec11ed4438ec26f048cf89f9500191508 fixed -npp help ... i think i need more sleep ;) diff -r da96a04ec11e -r a80d0b59ca0e postproc/postprocess.c --- a/postproc/postprocess.c Fri Jan 04 19:36:51 2002 +0000 +++ b/postproc/postprocess.c Fri Jan 04 21:56:11 2002 +0000 @@ -580,13 +580,6 @@ strncpy(temp, name, GET_MODE_BUFFER_SIZE); - if(!strcmp("help", name)) - { - printf("%s", help); - ppMode.error++; - return ppMode; - } - if(verbose) printf("%s\n", name); for(;;){ @@ -768,6 +761,13 @@ int readPPOpt(void *conf, char *arg) { int quality; + + if(!strcmp("help", arg)) + { + printf("%s", help); + exit(1); + } + for(quality=0; quality