mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
* Source/NSUserDefaults.m:
* Source/NSConnection.m: * Source/NSCharacterSet.m: * Tools/make_strings/StringsFile.m: * Tools/pl.m: Fix instances where NSNotFound is stored in or compared to an unsigned or int variable. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34884 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
db838e79a3
commit
6f803c1c70
6 changed files with 33 additions and 24 deletions
|
@ -127,7 +127,7 @@ static NSString *parse_string(NSString **ptr)
|
|||
NSMutableArray *update_list=[[NSMutableArray alloc] init];
|
||||
NSArray *lines;
|
||||
NSString *l;
|
||||
int i,c,pos;
|
||||
NSInteger i,c,pos;
|
||||
NSMutableDictionary *dummy_entries=[[NSMutableDictionary alloc] init];
|
||||
|
||||
NSMutableString *user_comment=[[NSMutableString alloc] init];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue