Menu

#1519 Incomplete ms_printf format

WEBSITE
pending
Task
later
Unknown
False
2013-02-08
2011-02-14
No

"%lld" is a valid specification for printing long long int variable since MSVCRT8.0
See documentation: http://msdn.microsoft.com/en-us/library/56e442dc%28v=VS.80%29.aspx
It is tested, that it really works.

MinGW version 4.5.2 issues a warning for such usage.
See code example in bug http://sourceforge.net/tracker/index.php?func=detail&aid=1963136&group_id=2435&atid=102435
Also a FAQ should be updated, there similar question is answered:
http://www.mingw.org/wiki/FAQ

Discussion

  • Earnie Boyd

    Earnie Boyd - 2013-02-08
    • status: open --> pending
    • assigned_to: Earnie Boyd
    • milestone: --> OTHER
    • type: --> Task
    • resolution: --> later
    • category: --> Unknown
    • patch_attached: --> False
     
  • Earnie Boyd

    Earnie Boyd - 2013-02-08
    • labels: --> documentation
     
  • Earnie Boyd

    Earnie Boyd - 2013-02-08
    • milestone: OTHER --> WEBSITE