summaryrefslogtreecommitdiffstats
path: root/win/tkWinSend.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWinSend.c')
-rw-r--r--win/tkWinSend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinSend.c b/win/tkWinSend.c
index 0381fb2..7942cfc 100644
--- a/win/tkWinSend.c
+++ b/win/tkWinSend.c
@@ -344,7 +344,7 @@ Tk_SendObjCmd(
*/
for (i = 1; i < objc; i++) {
- if (Tcl_GetIndexFromObjStruct(interp, objv[i], sendOptions,
+ if (Tcl_GetIndexFromObjStruct(NULL, objv[i], sendOptions,
sizeof(char *), "option", 0, &optind) != TCL_OK) {
break;
}