mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9022b1972e
PR: 5579
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
--- ../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;
|
||
}
|
||
}
|
||
|