mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29653 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7293e19429
commit
6482477e24
1 changed files with 4 additions and 2 deletions
|
@ -90,10 +90,12 @@ BOOL GSDebugSet(NSString *level)
|
|||
mySet = [NSMutableSet new];
|
||||
for (i = 0; i < argc; i++)
|
||||
{
|
||||
NSString *str = [[self arguments] objectAtIndex:i];
|
||||
NSString *str = [[self arguments] objectAtIndex: i];
|
||||
|
||||
if ([str hasPrefix: @"--GNU-Debug="])
|
||||
[mySet addObject: [str substringFromIndex: 12]];
|
||||
{
|
||||
[mySet addObject: [str substringFromIndex: 12]];
|
||||
}
|
||||
}
|
||||
_debug_set = mySet;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue