diff options
Diffstat (limited to 'Build/source/texk/psutils/psutils-src/psnup.c')
-rw-r--r-- | Build/source/texk/psutils/psutils-src/psnup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/psutils/psutils-src/psnup.c b/Build/source/texk/psutils/psutils-src/psnup.c index 5efb2c13385..79e280a31f3 100644 --- a/Build/source/texk/psutils/psutils-src/psnup.c +++ b/Build/source/texk/psutils/psutils-src/psnup.c @@ -195,9 +195,9 @@ main(int argc, char *argv[]) scanpages(sizeheaders); /* set default values of input height & width */ - if ( iwidth > 0 && width == -1 ) + if ( iwidth > 0 ) width = iwidth ; - if ( iheight > 0 && height == -1 ) + if ( iheight > 0 ) height = iheight ; /* Finding the best layout is an optimisation problem. We try all of the |