]> granicus.if.org Git - graphviz/commitdiff
Back out from previous change; we already initialized c.
authorerg <devnull@localhost>
Tue, 15 Aug 2006 17:55:21 +0000 (17:55 +0000)
committererg <devnull@localhost>
Tue, 15 Aug 2006 17:55:21 +0000 (17:55 +0000)
lib/neatogen/neatoinit.c

index 3768b0365a1b0e22ee199515b5faa55433d6277b..a819592253f05ad18da82db2fe9c3d8a0960966e 100644 (file)
@@ -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)