]> granicus.if.org Git - graphviz/commitdiff
try with NULL pointer
authorellson <devnull@localhost>
Fri, 13 Feb 2009 01:33:42 +0000 (01:33 +0000)
committerellson <devnull@localhost>
Fri, 13 Feb 2009 01:33:42 +0000 (01:33 +0000)
macosx/GVGraph.m

index 9c1005cf563755fe89101d23d76ad043a11ccad6..0db1942a0c65a892c32f0a833e851641e9ce389f 100644 (file)
@@ -35,7 +35,7 @@ extern char *gvplugin_list(GVC_t * gvc, api_t api, const char *str);
 
 + (void)initialize
 {
-       _graphContext = gvContext();
+       _graphContext = gvContext((void*)0);
 }
 
 + (NSArray *)pluginsWithAPI:(api_t)api