1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/japanese/tcl80/files/patch-ab
1998-05-10 08:09:18 +00:00

12 lines
296 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- ../generic/tclListObj.c.ORIG Tue Dec 30 15:54:34 1997
+++ ../generic/tclListObj.c Tue Dec 30 15:55:18 1997
@@ -260,6 +260,8 @@
objPtr->internalRep.otherValuePtr = (VOID *) listRepPtr;
objPtr->typePtr = &tclListType;
+ } else {
+ objPtr->bytes = tclEmptyStringRep;
}
}