NSLog wants an objective-c string, not a c string.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17801 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2003-10-08 14:02:05 +00:00
parent dfd1457961
commit 80e9dd81c4
2 changed files with 7 additions and 1 deletions

View file

@ -100,7 +100,7 @@
#ifdef X_HAVE_UTF8_STRING
fontClass = [XGFontSetFontInfo class];
#else
NSLog("Can't use GSXEnableFontSet: You need XFree86 >= 4.0.2");
NSLog(@"Can't use GSXEnableFontSet: You need XFree86 >= 4.0.2");
fontClass = [XGFontInfo class];
#endif
}