mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
1a3f09f836
commit
93f37dfa37
5 changed files with 224 additions and 181 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue