Cocoa Port:
- Fix a minor bug in file handling for the Tiger build.
This commit is contained in:
parent
46d9ab17bf
commit
096baef750
|
@ -241,10 +241,6 @@
|
||||||
NSString *fileKind;
|
NSString *fileKind;
|
||||||
|
|
||||||
while ((fileKind = (NSString *)[enumerator nextObject]) != nil)
|
while ((fileKind = (NSString *)[enumerator nextObject]) != nil)
|
||||||
{
|
|
||||||
/* code to act on each element as it is returned */
|
|
||||||
}
|
|
||||||
|
|
||||||
#else // Mac OS X v10.5 and later.
|
#else // Mac OS X v10.5 and later.
|
||||||
for (NSString *fileKind in fileKindList)
|
for (NSString *fileKind in fileKindList)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue