mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
cast to fix warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37366 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e87fd029b4
commit
1e7c9315b6
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ int _sortViews(id view1, id view2, void *context)
|
|||
prevRect = currRect;
|
||||
}
|
||||
|
||||
NSDebugLog(@"The vote is %ld",count);
|
||||
NSDebugLog(@"The vote is %ld",(long int)count);
|
||||
|
||||
if(count >= 0)
|
||||
vertical = YES;
|
||||
|
|
Loading…
Reference in a new issue