diff options
author | dgp <dgp@users.sourceforge.net> | 2014-10-30 15:07:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-10-30 15:07:28 (GMT) |
commit | 01c3b6eae077a604ee4419c21a8192125bb42844 (patch) | |
tree | 97cba1d1c56bc378ff029f5ea6dee5873ae07dbf /macosx | |
parent | f3920ba043d2210ee77a82e052b6861a04815dea (diff) | |
download | tk-01c3b6eae077a604ee4419c21a8192125bb42844.zip tk-01c3b6eae077a604ee4419c21a8192125bb42844.tar.gz tk-01c3b6eae077a604ee4419c21a8192125bb42844.tar.bz2 |
Pushing the fix out to more files.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXScale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXScale.c b/macosx/tkMacOSXScale.c index e94763d..a37029c 100644 --- a/macosx/tkMacOSXScale.c +++ b/macosx/tkMacOSXScale.c @@ -145,7 +145,7 @@ TkpDisplayScale( Tk_Window tkwin = scalePtr->tkwin; Tcl_Interp *interp = scalePtr->interp; int result; - char string[PRINT_CHARS]; + char string[TCL_DOUBLE_SPACE]; MacScale *macScalePtr = (MacScale *) clientData; Rect r; WindowRef windowRef; |