mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
NSLog format update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40244 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
155a17ec60
commit
3d23c53d98
1 changed files with 1 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ restart: ;
|
|||
static NSUInteger RecursionCount = 0;
|
||||
RecursionCount++;
|
||||
if (RecursionCount > 1)
|
||||
NSLog(@"%s:entering %d level recursion", __PRETTY_FUNCTION__, RecursionCount);
|
||||
NSLog(@"%s:entering %ld level recursion", __PRETTY_FUNCTION__, (long)RecursionCount);
|
||||
|
||||
GSHorizontalTypesetter *temp;
|
||||
|
||||
|
|
Loading…
Reference in a new issue