summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-31 15:01:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-31 15:01:06 (GMT)
commit212e57435023aa44299d05a59e46796a94d16ec2 (patch)
treeafeac1e26ff9ff97b8865852a2204dba8cfb802c /generic/tkObj.c
parentae793ce8de5e08f9f0c6d3dd1bd52899fc188e56 (diff)
downloadtk-212e57435023aa44299d05a59e46796a94d16ec2.zip
tk-212e57435023aa44299d05a59e46796a94d16ec2.tar.gz
tk-212e57435023aa44299d05a59e46796a94d16ec2.tar.bz2
Use TIP #616 API (WIP)
Diffstat (limited to 'generic/tkObj.c')
-rw-r--r--generic/tkObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c
index 28e0be3..1577be9 100644
--- a/generic/tkObj.c
+++ b/generic/tkObj.c
@@ -1116,7 +1116,7 @@ TkParsePadAmount(
int *allPtr) /* Write the total padding here */
{
int firstInt, secondInt; /* The two components of the padding */
- int objc; /* The length of the list (should be 1 or 2) */
+ TkSizeT objc; /* The length of the list (should be 1 or 2) */
Tcl_Obj **objv; /* The objects in the list */
/*