From: SourceForge.net <no...@so...> - 2005-04-17 21:59:00
|
Bugs item #1184840, was opened at 2005-04-17 23:58 Message generated for change (Settings changed) made by mjscod You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1184840&group_id=2435 Category: mingw runtime Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mark Junker (mjscod) Assigned to: Nobody/Anonymous (nobody) >Summary: printf buggy with long long types Initial Comment: Hi, it seems that printf is buggy when using with a %lld, %llx, etc ... format specifier. Just test printf with the attached sample application. It seems that the ll type modifier is incorrectly mapped to long instead of long long and therefore it uses in the va_arg() macro a byte offset of 4 instead of 8. Regards, Mark ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1184840&group_id=2435 |