Skip to content
Snippets Groups Projects
Commit ef3f1979 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

feh_edit_inplace_lossless_rotate: Fix rotate arg in error message

parent 1c420e26
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment