From: ellson Date: Thu, 26 Feb 2009 16:03:13 +0000 (+0000) Subject: change agsetodisc() to agsetiodisc() and add hook for fread() X-Git-Tag: LAST_LIBGRAPH~32^2~2389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb2a032de2c458d218519a63697a377bafee6947;p=graphviz change agsetodisc() to agsetiodisc() and add hook for fread() --- diff --git a/tclpkg/tcldot/tcldot.c b/tclpkg/tcldot/tcldot.c index b8e192e21..3d2a3335d 100644 --- a/tclpkg/tcldot/tcldot.c +++ b/tclpkg/tcldot/tcldot.c @@ -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);