]> granicus.if.org Git - graphviz/commitdiff
change agsetodisc() to agsetiodisc() and add hook for fread()
authorellson <devnull@localhost>
Thu, 26 Feb 2009 16:03:13 +0000 (16:03 +0000)
committerellson <devnull@localhost>
Thu, 26 Feb 2009 16:03:13 +0000 (16:03 +0000)
tclpkg/tcldot/tcldot.c

index b8e192e21508f614b1394f644658ef94bf46a987..3d2a3335dcf7d7a7636f5589fa67480b56323d59 100644 (file)
@@ -1722,7 +1722,7 @@ int Tcldot_Init(Tcl_Interp * interp)
 #endif
 
     aginit();
-    agsetodisc(gvfwrite, gvferror);
+    agsetiodisc(NULL, gvfwrite, gvferror);
     /* set persistent attributes here */
     agnodeattr(NULL, "label", NODENAME_ESC);