Tidyups and bugfixes based on compiler warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4881 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-09-13 04:11:39 +00:00
parent 1a3f09f836
commit 93f37dfa37
5 changed files with 224 additions and 181 deletions

View file

@ -634,10 +634,10 @@ GSTimeNow()
break;
default:
dtoIndex++;
if (debug)
NSLog(@"odd char (unicode %d) in NSDateTimeOrdering.\n",
[dto characterAtIndex: index]);
[dto characterAtIndex: dtoIndex]);
dtoIndex++;
break;
}
}
@ -763,7 +763,7 @@ GSTimeNow()
default:
if (debug)
NSLog(@"unexpected char (unicode%d) in NSDateTimeOrdering.\n",
[dto characterAtIndex: index]);
[dto characterAtIndex: dtoIndex]);
break;
}
}