mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
bc087374d3
Submitted by: Ade Lovett <ade@lovett.com>
12 lines
498 B
Plaintext
12 lines
498 B
Plaintext
--- ../generic/itcl_ensemble.c.orig Sat Aug 8 16:38:24 1998
|
|
+++ ../generic/itcl_ensemble.c Wed Nov 3 15:05:39 1999
|
|
@@ -1626,7 +1626,7 @@
|
|
* another "ensemble" command. Use the current ensemble as
|
|
* the parent, and find or create an ensemble part within it.
|
|
*/
|
|
- ensName = TclGetStringFromObj(objv[1], (int*)NULL);
|
|
+ ensName = Tcl_GetStringFromObj(objv[1], (int*)NULL);
|
|
|
|
if (ensData) {
|
|
if (FindEnsemblePart(interp, ensData, ensName, &ensPart) != TCL_OK) {
|