]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter_common.c
Don't let make write the filename into the output
[paraslash.git] / filter_common.c
index df4f3bfaad71084d59c60dde9bd020bc3991bc8d..d83629bd4bf9d2b3f609ba71d36b5c7afcfc04a8 100644 (file)
@@ -155,7 +155,7 @@ again:
 //             fc->eof, *fc->out_loaded, conv, conv_total);
        if (conv)
                goto again;
-       if (!*fc->input_error)
+       if (*fc->input_error >= 0)
                return;
        if (*fc->out_loaded)
                return;