From c45245dba5bd3e14bf37b291ad12ddee6a0bb93a Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 27 Jan 2003 15:17:13 +0000 Subject: [PATCH] Fix format string. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15739 72102866-910b-0410-8b05-ffd578937521 --- Source/NSLayoutManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSLayoutManager.m b/Source/NSLayoutManager.m index ac7799766..6b92f6334 100644 --- a/Source/NSLayoutManager.m +++ b/Source/NSLayoutManager.m @@ -907,7 +907,7 @@ for (i = 0; i < gbuf_len; i++) printf(" %3i : %04x\n", i, gbuf[i]); */ -(void) setHyphenationFactor: (float)factor { - NSLog(@"Warning: (NSLayoutManager) %@ not implemented",__PRETTY_FUNCTION__); + NSLog(@"Warning: (NSLayoutManager) %s not implemented",__PRETTY_FUNCTION__); }