From: ellson Date: Tue, 26 Jan 2010 17:18:09 +0000 (+0000) Subject: add "lt-dot" to the list of allowed command names for dot, so that X-Git-Tag: LAST_LIBGRAPH~32^2~1464 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d06553e5792c08819ebfc54b0b3e9fd16f017a3a;p=graphviz add "lt-dot" to the list of allowed command names for dot, so that "make test" works in graphs/directed/ --- diff --git a/lib/common/input.c b/lib/common/input.c index 9b62bc230..10043780e 100644 --- a/lib/common/input.c +++ b/lib/common/input.c @@ -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") || streq(layout, "lt-dot_builtins") || streq(layout, "") /* when run as a process from Gvedit on Windows */ )