summaryrefslogtreecommitdiffstats
path: root/generic/tkFrame.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-01-24 22:23:54 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-01-24 22:23:54 (GMT)
commit8e79746521d9bd70d815b522f3a69dc0c26ac4b6 (patch)
tree1fb2875276fc5cbc1467e2eb88932f8d4a1ff96f /generic/tkFrame.c
parentb4870fefb5de15615267fb0184f0e66b95fd925c (diff)
downloadtk-8e79746521d9bd70d815b522f3a69dc0c26ac4b6.zip
tk-8e79746521d9bd70d815b522f3a69dc0c26ac4b6.tar.gz
tk-8e79746521d9bd70d815b522f3a69dc0c26ac4b6.tar.bz2
more places converted
Diffstat (limited to 'generic/tkFrame.c')
-rw-r--r--generic/tkFrame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkFrame.c b/generic/tkFrame.c
index 2e7081a..90b3e95 100644
--- a/generic/tkFrame.c
+++ b/generic/tkFrame.c
@@ -728,7 +728,7 @@ FrameWidgetObjCmd(
return TCL_ERROR;
}
if (Tcl_GetIndexFromObjStruct(interp, objv[1], frameOptions,
- sizeof(char), "option", 0, &index) != TCL_OK) {
+ sizeof(char *), "option", 0, &index) != TCL_OK) {
return TCL_ERROR;
}
Tcl_Preserve(framePtr);