We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31819c commit 9ba4ea4Copy full SHA for 9ba4ea4
src/paps.c
@@ -452,7 +452,7 @@ int main(int argc, char *argv[])
452
/* Swap width and height for landscape except for postscript */
453
surface_page_width = page_width;
454
surface_page_height = page_height;
455
- if (output_format != FORMAT_POSTSCRIPT && page_layout.do_landscape)
+ if (output_format != FORMAT_POSTSCRIPT && do_landscape)
456
{
457
surface_page_width = page_height;
458
surface_page_height = page_width;
0 commit comments