mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
* Source/NSKeyValueObserving.m
* Source/NSXMLParser.m char is unsigned on macppc, so don't compare it against negative values OK Richard git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36251 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c487ad9f67
commit
7535869550
3 changed files with 8 additions and 2 deletions
|
@ -993,7 +993,7 @@ static SEL foundIgnorableSel;
|
|||
const unsigned char *tp;
|
||||
NSString *decl;
|
||||
NSString *name;
|
||||
char c;
|
||||
int c;
|
||||
|
||||
if (NO == this->hasStarted)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue