summaryrefslogtreecommitdiffstats
path: root/mac/tkMacKeyboard.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2002-01-27 11:10:47 (GMT)
committerdas <das@noemail.net>2002-01-27 11:10:47 (GMT)
commit9fcf96705309c77604a2e3b9e12428f55d942acc (patch)
treea2017775ea4c396115dd40b75be07b516138e2a0 /mac/tkMacKeyboard.c
parent9f4116683c12adabf0eb2769050af0ea66e26168 (diff)
downloadtk-9fcf96705309c77604a2e3b9e12428f55d942acc.zip
tk-9fcf96705309c77604a2e3b9e12428f55d942acc.tar.gz
tk-9fcf96705309c77604a2e3b9e12428f55d942acc.tar.bz2
* generic/tkFileFilter.c:
* mac/tkMacInit.c: * mac/tkMacKeyboard.c: * mac/tkMacMenus.c: TIP 27 CONSTification induced changes FossilOrigin-Name: 21fea0ea266578d6f264c56b101a25819312b032
Diffstat (limited to 'mac/tkMacKeyboard.c')
-rw-r--r--mac/tkMacKeyboard.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mac/tkMacKeyboard.c b/mac/tkMacKeyboard.c
index 9039625..def5b19 100644
--- a/mac/tkMacKeyboard.c
+++ b/mac/tkMacKeyboard.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacKeyboard.c,v 1.6 2000/04/17 02:16:58 jingham Exp $
+ * RCS: @(#) $Id: tkMacKeyboard.c,v 1.7 2002/01/27 11:10:57 das Exp $
*/
#include "tkInt.h"
@@ -247,7 +247,8 @@ TkpGetString(
len = 0;
}
}
- return Tcl_ExternalToUtfDString(NULL, string, len, dsPtr);
+ Tcl_ExternalToUtfDString(NULL, string, len, dsPtr);
+ return Tcl_DStringValue(dsPtr);
}
/*