From aba41794932537b8b0d9fc28f0c3956364ab0ebf Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 15 Oct 2008 18:25:45 +0000 Subject: [PATCH] fix breakage --- lib/common/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/output.c b/lib/common/output.c index 79afc8433..993c73560 100644 --- a/lib/common/output.c +++ b/lib/common/output.c @@ -167,7 +167,7 @@ void write_plain(GVJ_t * job, graph_t * g, FILE * f, boolean extend) } } if (ED_label(e)) { - fprintf(f, " %s", canon(agraphof(e),ED_label(e)->text)); + fprintf(f, " %s", canon(agraphof(agtail(e)),ED_label(e)->text)); printptf(f, ED_label(e)->pos); } fprintf(f, " %s %s\n", late_nnstring(e, E_style, "solid"), -- 2.40.0