From: erg Date: Tue, 15 Aug 2006 17:55:21 +0000 (+0000) Subject: Back out from previous change; we already initialized c. X-Git-Tag: LAST_LIBGRAPH~32^2~5966 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d87661261b48ce1439930f4a0604065149b55077;p=graphviz Back out from previous change; we already initialized c. --- diff --git a/lib/neatogen/neatoinit.c b/lib/neatogen/neatoinit.c index 3768b0365..a81959225 100644 --- a/lib/neatogen/neatoinit.c +++ b/lib/neatogen/neatoinit.c @@ -69,7 +69,7 @@ void neato_init_edge(edge_t * e) int user_pos(attrsym_t * posptr, attrsym_t * pinptr, node_t * np, int nG) { double *pvec; - char *p, c = '\0'; + char *p, c; double z; if (posptr == NULL)