summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2008-12-20 01:33:09 (GMT)
committerdas <das>2008-12-20 01:33:09 (GMT)
commit79cdb632c0db04d2028075214358236c021ddd9b (patch)
tree4a6f5f8e3949735c6ad020bb0378f00e37778fa1
parent0537d48fff4ec2591076edfa51b91688bc7687b6 (diff)
downloadtk-79cdb632c0db04d2028075214358236c021ddd9b.zip
tk-79cdb632c0db04d2028075214358236c021ddd9b.tar.gz
tk-79cdb632c0db04d2028075214358236c021ddd9b.tar.bz2
fix warning
-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);
/*