Fix more unsigned int / int cases that should be NS[U]Integer

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31355 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ericwa 2010-09-16 02:55:24 +00:00
parent 5af34bc87f
commit c9fb0577bd
11 changed files with 56 additions and 42 deletions

View file

@ -521,7 +521,7 @@ static Class NSDataMallocClass;
}
- (void) decodeArrayOfObjCType: (const char*)type
count: (unsigned)expected
count: (NSUInteger)expected
at: (void*)buf
{
unsigned int i;