From: erg Date: Thu, 26 Jun 2008 22:20:28 +0000 (+0000) Subject: Pull back earlier fix X-Git-Tag: LAST_LIBGRAPH~32^2~3916 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad8ae1004114b922f19143737e156cbc41ec5090;p=graphviz Pull back earlier fix --- diff --git a/cmd/lefty/dot2l/dot2l.c b/cmd/lefty/dot2l/dot2l.c index dc14db8dd..0f14dcfa2 100644 --- a/cmd/lefty/dot2l/dot2l.c +++ b/cmd/lefty/dot2l/dot2l.c @@ -487,8 +487,8 @@ static void writeattr (int ioi, Tobj to, char *buf) { case T_STRING: *s2++ = '"', htmlflag = FALSE; if ( - *(s3 = Tgetstring (tkvi.kvp->vo)) == '<' && - s3[strlen (s3) - 1] == '>' + *(s3 = Tgetstring (tkvi.kvp->vo)) == '>' && + s3[strlen (s3) - 1] == '<' ) *(s2 - 1) = '<', s3++, htmlflag = TRUE; for ( ; *s3; s3++)