]> granicus.if.org Git - graphviz/commitdiff
change default PSinputscale to 72 only when -n is used
authorellson <devnull@localhost>
Mon, 16 Jan 2006 22:25:23 +0000 (22:25 +0000)
committerellson <devnull@localhost>
Mon, 16 Jan 2006 22:25:23 +0000 (22:25 +0000)
lib/common/args.c

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