summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2008-12-20 01:33:09 (GMT)
committerdas <das>2008-12-20 01:33:09 (GMT)
commita4f1e39b5317599c46abde0997d1b188b1453ee1 (patch)
tree4a6f5f8e3949735c6ad020bb0378f00e37778fa1 /macosx
parent0753d4f21b3b2bf3040d6d9816a28aea8ab2d753 (diff)
downloadtk-a4f1e39b5317599c46abde0997d1b188b1453ee1.zip
tk-a4f1e39b5317599c46abde0997d1b188b1453ee1.tar.gz
tk-a4f1e39b5317599c46abde0997d1b188b1453ee1.tar.bz2
fix warning
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXXStubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c
index daf39aa..e188b16 100644
--- a/macosx/tkMacOSXXStubs.c
+++ b/macosx/tkMacOSXXStubs.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.30 2008/11/08 18:44:40 dkf Exp $
+ * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.31 2008/12/20 01:33:09 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -171,7 +171,7 @@ TkpOpenDisplay(
Gestalt(gestaltQuickdrawVersion, (long *) &display->proto_minor_version);
display->proto_major_version = 10;
display->proto_minor_version -= gestaltMacOSXQD;
- display->vendor = "Apple";
+ display->vendor = (char*) "Apple";
Gestalt(gestaltSystemVersion, (long *) &display->release);
/*