Changes from Scott Christley. See ChangeLog Feb 27 13:46:10

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1997-05-03 17:24:31 +00:00
parent e429bc2220
commit 47f8cb6098
7 changed files with 30 additions and 11 deletions

View file

@ -5,7 +5,7 @@
#include <Foundation/NSString.h>
NSRange
NSMakeRange(float location, float length)
NSMakeRange(unsigned int location, unsigned int length)
{
NSRange range;
range.location = location;