minor cleanup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39359 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rmottola 2016-02-10 23:18:00 +00:00
parent e4fc47bfa8
commit 6a06eed24c

View file

@ -1809,8 +1809,8 @@ launchIdentifiers: (NSArray **)identifiers
{
NSArray *volumes;
NSMutableArray *names;
unsigned count;
unsigned i;
NSUInteger count;
NSUInteger i;
volumes = [self mountedLocalVolumePaths];
count = [volumes count];
@ -1920,6 +1920,8 @@ launchIdentifiers: (NSArray **)identifiers
[names addObject: path];
}
#else
/* we resort in parsing mtab manually and removing then reserved mount names
defined in preferences GSReservedMountNames (SystemPreferences) */
NSString *mtabPath;
NSString *mtab;
NSArray *mounts, *reservedMountNames;