summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-08-15 00:23:58 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-08-15 00:23:58 +0000
commit4f67e438602c653a00e90fac6a30ad425c91159d (patch)
tree04ff39055ad01ae9f08b64b1de233f678f03e338 /dev-tcltk/tclx/files/tclx-8.3-varinit.patch
parentadded sparc64 keywords (diff)
downloadgentoo-2-4f67e438602c653a00e90fac6a30ad425c91159d.tar.gz
gentoo-2-4f67e438602c653a00e90fac6a30ad425c91159d.tar.bz2
gentoo-2-4f67e438602c653a00e90fac6a30ad425c91159d.zip
Initial import.
Diffstat (limited to 'dev-tcltk/tclx/files/tclx-8.3-varinit.patch')
-rw-r--r--dev-tcltk/tclx/files/tclx-8.3-varinit.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-tcltk/tclx/files/tclx-8.3-varinit.patch b/dev-tcltk/tclx/files/tclx-8.3-varinit.patch
new file mode 100644
index 000000000000..3ad6d677f209
--- /dev/null
+++ b/dev-tcltk/tclx/files/tclx-8.3-varinit.patch
@@ -0,0 +1,12 @@
+--- tclx8.3/tcl/generic/tclXdup.c.varinit Wed Aug 8 00:12:11 2001
++++ tclx8.3/tcl/generic/tclXdup.c Wed Aug 8 00:12:30 2001
+@@ -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],
+