Artifact dfde76f190557869129d94dc8da419f6029846f1:
- File server/buildpkgs/Tclx/tclx-8.4.gcc4.diff — part of check-in [25a0e0e475] at 2010-02-05 04:41:19 on branch trunk — Updated ignores Switched to using "make" unless MAKE environment variable was set Added Tclx (with patches from Slackware) Switched to logging only to a file when building (user: rkeene, size: 399) [annotate] [blame] [check-ins using]
--- tclx8.4/generic/tclXdup.c.varinit 2006-02-03 15:54:38.000000000 -0500 +++ tclx8.4/generic/tclXdup.c 2006-02-03 15:54:53.000000000 -0500 @@ -202,7 +202,7 @@ { Tcl_Channel newChannel; int bindFnum, fnum; - char *srcChannelId, *targetChannelId; + char *srcChannelId = NULL, *targetChannelId; if ((objc < 2) || (objc > 3)) { return TclX_WrongArgs (interp, objv [0],