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

(-)pigz.c (-1 / +1 lines)
Lines 4019-4023 Link Here
4019
    /* done -- release resources, show log */
4019
    /* done -- release resources, show log */
4020
    new_opts();
4020
    new_opts();
4021
    log_dump();
4021
    log_dump();
4022
    return g.warned ? 2 : 0;
4022
    return 0;
4023
}
4023
}

Return to bug 417657