summaryrefslogtreecommitdiffstats
path: root/generic/tkTextMark.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkTextMark.c')
-rw-r--r--generic/tkTextMark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextMark.c b/generic/tkTextMark.c
index da455d3..958b84a 100644
--- a/generic/tkTextMark.c
+++ b/generic/tkTextMark.c
@@ -126,7 +126,7 @@ TkTextMarkCmd(
switch ((enum markOptions) optionIndex) {
case MARK_GRAVITY: {
char c;
- size_t length;
+ TkSizeT length;
const char *str;
if (objc < 4 || objc > 5) {