danielgtaylor / jpeg-archive

Utilities for archiving JPEGs for long term storage.
1.16k stars 121 forks source link

No need to set the preset variable in parseQuality() function #105

Closed tssajo closed 4 years ago

tssajo commented 5 years ago

because the preset variable is set by the caller of parseQuality() in line 282.

See this code snippet:

        case 'q':
            preset = parseQuality(optarg);
            break;
lfos commented 4 years ago

Merged, thanks!