From a4f1e39b5317599c46abde0997d1b188b1453ee1 Mon Sep 17 00:00:00 2001 From: das Date: Sat, 20 Dec 2008 01:33:09 +0000 Subject: fix warning --- macosx/tkMacOSXXStubs.c | 4 ++-- 1 file 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); /* -- cgit v0.12