summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/imlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imlib.c b/src/imlib.c
index 3f73a24..5f5d14f 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -862,7 +862,7 @@ void feh_edit_inplace_lossless_rotate(winwidget w, int orientation)
if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
weprintf("lossless rotate: Got exitcode %d from jpegtran."
" Commandline was:\n"
- "jpegtran -copy all -rotate %d -outfile %s %s\n",
+ "jpegtran -copy all -rotate %s -outfile %s %s\n",
status >> 8, rotate_str, file_str, file_str);
return;
}