diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-31 15:01:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-31 15:01:06 (GMT) |
commit | 212e57435023aa44299d05a59e46796a94d16ec2 (patch) | |
tree | afeac1e26ff9ff97b8865852a2204dba8cfb802c /generic/tkObj.c | |
parent | ae793ce8de5e08f9f0c6d3dd1bd52899fc188e56 (diff) | |
download | tk-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.c | 2 |
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 */ /* |