]> granicus.if.org Git - graphviz/commitdiff
Finish fixing bug 1336.
authorerg <devnull@localhost>
Fri, 25 Apr 2008 15:19:12 +0000 (15:19 +0000)
committererg <devnull@localhost>
Fri, 25 Apr 2008 15:19:12 +0000 (15:19 +0000)
lib/common/output.c

index 4a54a6bc655414063dbd2fa6fcc01974774b3956..aae761ff0950eb03f2399c8870e988d902b09fdc 100644 (file)
@@ -116,7 +116,7 @@ void write_plain(GVJ_t * job, graph_t * g, FILE * f, boolean extend)
                }
            }
            if (ED_label(e)) {
-               fprintf(f, " %s", agcanonical(ED_label(e)->text));
+               fprintf(f, " %s", agcanon(ED_label(e)->text));
                printptf(f, ED_label(e)->p);
            }
            fprintf(f, " %s %s\n", late_nnstring(e, E_style, "solid"),