summaryrefslogtreecommitdiffstats
path: root/generic/tkOption.c
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-01-24 22:23:54 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-01-24 22:23:54 (GMT)
commit80da30843395be9facbb406ee428a103c68671b4 (patch)
tree1fb2875276fc5cbc1467e2eb88932f8d4a1ff96f /generic/tkOption.c
parentfef1d5af3981b75f890d93cf84b23d8fae88208b (diff)
downloadtk-80da30843395be9facbb406ee428a103c68671b4.zip
tk-80da30843395be9facbb406ee428a103c68671b4.tar.gz
tk-80da30843395be9facbb406ee428a103c68671b4.tar.bz2
more places converted
FossilOrigin-Name: 2d21003b2562cbaed99e61f022a567082c598f3c
Diffstat (limited to 'generic/tkOption.c')
-rw-r--r--generic/tkOption.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkOption.c b/generic/tkOption.c
index 9a6b306..2a8d501 100644
--- a/generic/tkOption.c
+++ b/generic/tkOption.c
@@ -632,7 +632,7 @@ Tk_OptionObjCmd(
}
result = Tcl_GetIndexFromObjStruct(interp, objv[1], optionCmds,
- sizeof(char), "option", 0, &index);
+ sizeof(char *), "option", 0, &index);
if (result != TCL_OK) {
return result;
}