diff options
author | das <das> | 2008-12-20 01:33:09 (GMT) |
---|---|---|
committer | das <das> | 2008-12-20 01:33:09 (GMT) |
commit | a4f1e39b5317599c46abde0997d1b188b1453ee1 (patch) | |
tree | 4a6f5f8e3949735c6ad020bb0378f00e37778fa1 /macosx/tkMacOSXXStubs.c | |
parent | 0753d4f21b3b2bf3040d6d9816a28aea8ab2d753 (diff) | |
download | tk-a4f1e39b5317599c46abde0997d1b188b1453ee1.zip tk-a4f1e39b5317599c46abde0997d1b188b1453ee1.tar.gz tk-a4f1e39b5317599c46abde0997d1b188b1453ee1.tar.bz2 |
fix warning
Diffstat (limited to 'macosx/tkMacOSXXStubs.c')
-rw-r--r-- | macosx/tkMacOSXXStubs.c | 4 |
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); /* |