mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Minor fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4582 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
de84940c66
commit
6710be255a
7 changed files with 19 additions and 14 deletions
|
@ -83,7 +83,7 @@ main (int argc, char *argv[])
|
|||
{
|
||||
e = [zones[i] objectEnumerator];
|
||||
while ((name = [e nextObject]) != nil)
|
||||
printf("%d %@\n", i, name);
|
||||
NSLog(@"%d %@\n", i, name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue