1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/japanese/tcl80/files/patch-ab

12 lines
296 B
Plaintext
Raw Normal View History

--- ../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;
}
}