summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXScale.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2014-10-30 15:07:28 (GMT)
committerdgp@users.sourceforge.net <dgp>2014-10-30 15:07:28 (GMT)
commit778c10e60d67016b0c995e940b0a9aeaed8aeba8 (patch)
treec124387e62066d3c0927567a9a9bb89a9dfd498d /macosx/tkMacOSXScale.c
parentf08efc955443a2b1bdef30a48265dcde63e4caf0 (diff)
downloadtk-778c10e60d67016b0c995e940b0a9aeaed8aeba8.zip
tk-778c10e60d67016b0c995e940b0a9aeaed8aeba8.tar.gz
tk-778c10e60d67016b0c995e940b0a9aeaed8aeba8.tar.bz2
Pushing the fix out to more files.
Diffstat (limited to 'macosx/tkMacOSXScale.c')
-rw-r--r--macosx/tkMacOSXScale.c2
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;