summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXEmbed.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-02-12 15:46:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-02-12 15:46:44 (GMT)
commit0f8433166f0f08199aa9feef883201a625281606 (patch)
tree8671bd654853fe5c51513ef5fac9b4662e9fafea /macosx/tkMacOSXEmbed.c
parent034bcb96462692043eaeffb14ad48d2d9d21ca41 (diff)
parentf0588ea6f1632841dfe7ed350ea5c0e78331882d (diff)
downloadtk-0f8433166f0f08199aa9feef883201a625281606.zip
tk-0f8433166f0f08199aa9feef883201a625281606.tar.gz
tk-0f8433166f0f08199aa9feef883201a625281606.tar.bz2
merge 8.5
Diffstat (limited to 'macosx/tkMacOSXEmbed.c')
-rw-r--r--macosx/tkMacOSXEmbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXEmbed.c b/macosx/tkMacOSXEmbed.c
index ef83276..bd7e0a8 100644
--- a/macosx/tkMacOSXEmbed.c
+++ b/macosx/tkMacOSXEmbed.c
@@ -200,7 +200,7 @@ TkpScanWindowId(
Tcl_Obj obj;
obj.refCount = 1;
- obj.bytes = string;
+ obj.bytes = (char *) string; /* DANGER?! */
obj.length = strlen(string);
obj.typePtr = NULL;