mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
OPENSTEP compatibility update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3732 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a0ea7c2794
commit
cf830b8635
8 changed files with 24 additions and 13 deletions
|
@ -151,7 +151,7 @@ _gnu_process_args(int argc, char *argv[], char *env[])
|
|||
int added = 0;
|
||||
|
||||
_debug_array = [[NSMutableArray alloc] init];
|
||||
for (i = 1; i < argc; i++)
|
||||
for (i = 0; i < argc; i++)
|
||||
{
|
||||
NSString *str = [NSString stringWithCString:argv[i]];
|
||||
if ([str hasPrefix: @"--GNU-Debug="])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue