--- Begin Message ---
Subject: |
[bugs #10791] NSLog() does not support long long int correctly |
Date: |
Sun, 24 Oct 2004 20:30:38 +0200 |
User-agent: |
Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko) |
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**************************************************************************/
[bugs #10791] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10791>
Project: GNUstep
Submitted by: Fred Kiefer
On: Son 24.10.2004 at 18:33
Category: Base/Foundation
Severity: 3 - Ordinary
Item Group: Bug
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: NSLog() does not support long long int correctly
Original Submission: While debugging the output of a keyed decoding conversion
from binary to XML, which did not handle a long long int value correctly I
noticed that NSLog() does not handle this type correctly using %lli as
template. Looks like
the value gets treated as an int.
I tried the same with printf() and this gave the correct output. I am using
SuSE Linux 9.1 on Intel hardware.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10791>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
--- End Message ---