bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #32495] Integers read from XML plists are truncated


From: Jens Ayton
Subject: [bug #32495] Integers read from XML plists are truncated
Date: Wed, 16 Feb 2011 08:13:26 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-gb) AppleWebKit/534.21+ (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4

Follow-up Comment #1, bug #32495 (project gnustep):

Patch:

NSPropertyList.m:309
-       ASSIGN(plist, [NSNumber numberWithInt: [value intValue]]);
+       ASSIGN(plist, [NSNumber numberWithLongLong: [value longLongValue]]);


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]