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

@ -1837,7 +1837,7 @@ setNonBlocking(SOCKET fd)
return readLen;
}
- (BOOL) getBuffer: (uint8_t **)buffer length: (unsigned int *)len
- (BOOL) getBuffer: (uint8_t **)buffer length: (NSUInteger *)len
{
return NO;
}