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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}