X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter_common.c;h=d83629bd4bf9d2b3f609ba71d36b5c7afcfc04a8;hp=a39eefd683ad4092951dd73272ab9968109ed351;hb=9627e8157c8c916555b993d7254b0b638815ebc1;hpb=40de1dd2fdbb054444d585aa70e2d50166a66e07 diff --git a/filter_common.c b/filter_common.c index a39eefd6..d83629bd 100644 --- a/filter_common.c +++ b/filter_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 Andre Noll + * Copyright (C) 2005-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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;