#17736: Wrong long long format specifier when using MSYS2
-------------------------+-------------------------------------
Reporter: lpoujoulat | Owner: Vadim Zeitlin <vadim@…>
Type: defect | Status: closed
Priority: normal | Milestone:
Component: wxMSW | Version: 3.1.0
Resolution: fixed | Keywords: MinGW ANSI
Blocked By: | Blocking:
Patch: 1 |
-------------------------+-------------------------------------
Changes (by Vadim Zeitlin <vadim@…>):
* status: new => closed
* owner: => Vadim Zeitlin <vadim@…>
* resolution: => fixed
Comment:
In [changeset:"7c730334a2021775bbfc6bbb16d8c393df4be003/git-wxWidgets"]:
{{{
#!CommitTicketReference repository="git-wxWidgets"
revision="7c730334a2021775bbfc6bbb16d8c393df4be003"
Fix long long format specifier when using MinGW with ANSI STDIO
When using MinGW own, more standard-compliant, STDIO library, the correct
format specified to use for long long values is "%lld" and not "%I64d" as
when
using MSVC CRT.
Closes #17736.
}}}
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/17736#comment:1>