]> granicus.if.org Git - graphviz/commitdiff
command name "lt-dot_builtins" is used during rtest.sh
authorellson <devnull@localhost>
Tue, 1 Dec 2009 16:52:08 +0000 (16:52 +0000)
committerellson <devnull@localhost>
Tue, 1 Dec 2009 16:52:08 +0000 (16:52 +0000)
lib/common/input.c

index f24ceff61b1ea152dc0b3b53cfca5e8d4b1f0d38..9b62bc230c5f72e5a13104a1d99a35bdaf65afa9 100644 (file)
@@ -261,6 +261,7 @@ void dotneato_args_initialize(GVC_t * gvc, int argc, char **argv)
     layout = gvc->common.cmdname;
     if (streq(layout, "dot_static")
            || streq(layout, "dot_builtins")
+           || streq(layout, "lt-dot_builtins")
            || streq(layout, "")   /* when run as a process from Gvedit on Windows */
        )
         layout = "dot";