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:
richard 1999-02-17 09:26:56 +00:00
parent a0ea7c2794
commit cf830b8635
8 changed files with 24 additions and 13 deletions

View file

@ -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="])