minor fixes

This commit is contained in:
Gregory John Casamento 2020-05-06 23:50:37 -04:00
parent c636211e0e
commit 8a5f5b180a
2 changed files with 2 additions and 3 deletions

View file

@ -336,7 +336,6 @@ static Class pathCellClass;
}
[[sender menu] close];
// AUTORELEASE([sender menu]);
}
- (void) mouseDown: (NSEvent *)event
@ -355,7 +354,7 @@ static Class pathCellClass;
NSPathComponentCell *c = nil;
NSEnumerator *en = [array objectEnumerator];
while((c = [en nextObject]) != nil)
while ((c = [en nextObject]) != nil)
{
NSURL *u = [c URL];
NSString *s = [[u path] lastPathComponent];