don't break switch order independence
authorellson <devnull@localhost>
Tue, 17 Jan 2006 04:39:08 +0000 (04:39 +0000)
committerellson <devnull@localhost>
Tue, 17 Jan 2006 04:39:08 +0000 (04:39 +0000)
lib/common/args.c

index 509094a83e7e1b85a5511021e438f332ac3cf30e..78c6c13c1c32de3ec0f42f77bccec0a2f4997cc6 100644 (file)
@@ -61,7 +61,7 @@ neato_extra_args(GVC_t *gvc, int argc, char** argv)
           }
         }
         else Nop = 1;
-       PSinputscale = POINTS_PER_INCH;
+       if (PSinputscale == 0) PSinputscale = POINTS_PER_INCH;
         break;
       default :
         cnt++;