Follow-up Comment #2, bug #35164 (project gnustep):

Thanks Rich.

I have made the change as you suggested. Which is, modified NSConnection.m
line 2555 from

[decoder decodeValueOfObjCType: @encode(id) at: &object];

to

object = [decoder decodeObject];

I have tested this and I do not see the earlier issue I mentioned.

Thanks
Rajendra

    _______________________________________________________

Reply to this item at:

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

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


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

Reply via email to