Update of bug #21343 (project gnustep):

             Open/Closed:                    Open => Declined               

    _______________________________________________________

Follow-up Comment #1:

This exception is correct as far as I can see ... a string doesn't respond to
unsignedCharValue so using it to supply the content of a boolean ivar would
appear to be an application error.  The application should be using an
NSValue/NSNumber rather than a string.

I'm a little surprised that it's not raising an exception  with charValue
(which is what happens on MacOS-X intel), but I guess the compiler must be
compiling a BOOL ivar as having a typoe description of unsigned char rather
than signed char.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21343>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to