Hi,

In NSAttributedString: -initWithCoder we have:

...
          m = [m initWithString: string attributes: nil];
          [m setAttributes: attrs range: r];
          while (index < length);
            {
              [aDecoder decodeValueOfObjCType: @encode(unsigned int)
                                           at: &index];
...

we should remove the ; after while (index < length), otherwise, it'll 
endlessly loop if the attributed string has been archived with different 
attributes.

Ludo

-- 
Live as if you were to die tomorrow.
Learn as if you were to live forever.
 - Gandhi


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to