Fix issue with -revert option in jpegtran

This commit is contained in:
fbossen
2014-03-05 12:47:44 +01:00
parent c31dea2118
commit 3287e09390

View File

@@ -476,7 +476,7 @@ main (int argc, char **argv)
#endif
/* Specify data source for decompression */
memsrc = TRUE; /* needed to revert to original */
memsrc = dstinfo.use_moz_defaults; /* needed to revert to original */
#if JPEG_LIB_VERSION >= 80 || defined(MEM_SRCDST_SUPPORTED)
if (memsrc) {
size_t nbytes;