Follow-up Comment #3, bug #22277 (project gnustep):

> Why the return type includes human readable stuff like
> '{_NSRect={_NSPoint=ff}{_NSSize=ff}}' in addition to '[EMAIL PROTECTED]:8' 
> for NSRect? 

Good question ... the type information really should not include the size
info at the end ... that's because it's using a pointer into the original
cstring rather than creating a nul terminated string containing just the type
info.

I've changed the code to produce proper nul terminated type strings. 
Hopefully nothing depends on the old behavior.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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