]> err.no Git - sope/commitdiff
fixed a minor issue on YDL
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 8 Jan 2005 14:56:30 +0000 (14:56 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 8 Jan 2005 14:56:30 +0000 (14:56 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@500 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/Associations/WOKeyPathAssociation.m
sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/Version

index b42f024c7e0ab426edb17a338353ebbabcb939a0..7131ec20e866f89e66d64e96b49668a514779ac2 100644 (file)
@@ -1289,7 +1289,7 @@ static BOOL _setValue(WOKeyPathAssociation *self, id _value, id root) {
       if (IS_UNUMSTR(retValue.c)) return numStrings[retValue.c];
       return [StringClass stringWithFormat:@"%d", (int)retValue.c];
     case _C_CHR:
-      if (IS_NUMSTR((char)retValue.c)) return numStrings[retValue.c];
+      if (IS_NUMSTR((signed char)retValue.c)) return numStrings[retValue.c];
       return [StringClass stringWithFormat:@"%d", (int)retValue.c];
     case _C_SHT:
       if (IS_NUMSTR(retValue.ss)) return numStrings[retValue.ss];
index 0f890f7a645b075021162064193d98661efa721e..4229184aa4ee9241182828f50328196472fc49eb 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * Associations/WOKeyPathAssociation.m: fixed a type coercion issue on
+         YellowDog Linux (v4.5.109)
+
 2005-01-07  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * _WOStringTable.m: changed strings file encoding from ISO-Latin-1
index 3f3a7d2cc620ab560bb349b4ee4baad6990a96b9..32af9f8ddbe28caa6b18e9cb937ea220ccc00c25 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=108
+SUBMINOR_VERSION:=109
 
 # v4.5.91  requires libNGExtensions v4.5.134
 # v4.5.84  requires libNGExtensions v4.5.127