projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correct a print format specifier mismatch in wxFileConfig::Parse().
[wxWidgets.git]
/
src
/
jpeg
/
jdtrans.c
diff --git
a/src/jpeg/jdtrans.c
b/src/jpeg/jdtrans.c
index 6c0ab715d32ab470950f6db9537381adced9741d..d22388684f47b163cc7a8d93c5474cb2dadd4064 100644
(file)
--- a/
src/jpeg/jdtrans.c
+++ b/
src/jpeg/jdtrans.c
@@
-121,7
+121,6
@@
transdecode_master_selection (j_decompress_ptr cinfo)
/* Initialize input side of decompressor to consume first scan. */
(*cinfo->inputctl->start_input_pass) (cinfo);
-
/* Initialize progress monitoring. */
if (cinfo->progress != NULL) {
int nscans;
@@
-141,3
+140,4
@@
transdecode_master_selection (j_decompress_ptr cinfo)
cinfo->progress->total_passes = 1;
}
}
+