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

Collapse All | Expand All

(-)pnmtopng.c.orig (-2 / +2 lines)
Lines 267-273 parseCommandLine (int argc, char ** argv Link Here
267
    unsigned int option_def_index;
267
    unsigned int option_def_index;
268
268
269
    unsigned int alphaSpec, transparentSpec, backgroundSpec;
269
    unsigned int alphaSpec, transparentSpec, backgroundSpec;
270
    unsigned int textSpec, ztxtSpec, modtimeSpec, paletteSpec;
270
    unsigned int textSpec, ztxtSpec, paletteSpec;
271
    unsigned int filterSpec;
271
    unsigned int filterSpec;
272
272
273
    unsigned int nofilter, sub, up, avg, paeth, filter;
273
    unsigned int nofilter, sub, up, avg, paeth, filter;
Lines 296-302 parseCommandLine (int argc, char ** argv Link Here
296
    OPTENT3(0, "ztxt",             OPT_STRING,    &cmdlineP->ztxt,
296
    OPTENT3(0, "ztxt",             OPT_STRING,    &cmdlineP->ztxt,
297
            &ztxtSpec,             0);
297
            &ztxtSpec,             0);
298
    OPTENT3(0, "modtime",          OPT_STRING,    &modtime,
298
    OPTENT3(0, "modtime",          OPT_STRING,    &modtime,
299
            &modtimeSpec,          0);
299
            &cmdlineP->modtimeSpec,0);
300
    OPTENT3(0, "palette",          OPT_STRING,    &cmdlineP->palette,
300
    OPTENT3(0, "palette",          OPT_STRING,    &cmdlineP->palette,
301
            &paletteSpec,          0);
301
            &paletteSpec,          0);
302
    OPTENT3(0, "compression",      OPT_UINT,
302
    OPTENT3(0, "compression",      OPT_UINT,

Return to bug 117180