]> granicus.if.org Git - graphviz/commitdiff
Fix bug 1085
authorerg <devnull@localhost>
Tue, 20 Feb 2007 17:12:05 +0000 (17:12 +0000)
committererg <devnull@localhost>
Tue, 20 Feb 2007 17:12:05 +0000 (17:12 +0000)
lib/common/mpgen.c

index 7388bea3fd6261d2e731f63a54a9767038b4459d..08fbfb8b6b01b35853b7e531391fb30e24aeedff 100644 (file)
@@ -84,7 +84,7 @@ static void mp_comment(char *str)
 static void mp_begin_graph(GVC_t * gvc, graph_t * g, box bb, point pb)
 {
     /* PB = bb; */
-    static char *mp_lib[] = {""};
+    static char *mp_lib[] = {0};
     if (onetime) {
        fprintf(Output_file, "%% BoundingBox: %d %d %d %d\n",
                bb.LL.x, bb.LL.y, bb.UR.x + 1, bb.UR.y + 1);