Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417657 | Differences between
and this patch

Collapse All | Expand All

(-)a/pigz.c (-2 / +1 lines)
Lines 3031-3037 local void infchk(void) Link Here
3031
    else if (was > 1 && get_header(0) != -5)
3031
    else if (was > 1 && get_header(0) != -5)
3032
        complain("entries after the first in %s were ignored", g.inf);
3032
        complain("entries after the first in %s were ignored", g.inf);
3033
    else if ((was == 0 && ret != -1) || (was == 1 && GET() != EOF))
3033
    else if ((was == 0 && ret != -1) || (was == 1 && GET() != EOF))
3034
        complain("%s OK, has trailing junk which was ignored", g.inf);
3034
        fprintf(stderr, "%s OK, has trailing junk which was ignored\n", g.inf);
3035
}
3035
}
3036
3036
3037
/* --- decompress Unix compress (LZW) input --- */
3037
/* --- decompress Unix compress (LZW) input --- */
3038
- 

Return to bug 417657