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];
+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
# version file
-SUBMINOR_VERSION:=108
+SUBMINOR_VERSION:=109
# v4.5.91 requires libNGExtensions v4.5.134
# v4.5.84 requires libNGExtensions v4.5.127