mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:21:53 +00:00
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:
parent
e4fc47bfa8
commit
6a06eed24c
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue