summaryrefslogtreecommitdiffstats
path: root/header.FDL
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2020-07-26 08:31:46 -0700
committerThiago Macieira <thiago.macieira@intel.com>2020-07-31 10:36:33 -0700
commitfe9e6b2ceb77befb77e664cda9842ff95ddf08a3 (patch)
tree1d2cca0610862d590273a84fe662d1fcd621e570 /header.FDL
parenta6b3a1e4598f829b1b60407b2e47417db6f0e442 (diff)
QString::vasprintf: fix 't' modifier for integers on 64-bit
‘t’ Specifies that the argument is a ‘ptrdiff_t’. This modifier was introduced in ISO C99. We use qsizetype, which is the same width as ptrdiff_t, so it makes no difference in va_arg(). Change-Id: Iea47e0f8fc8b40378df7fffd16255730109413a5 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'header.FDL')
0 files changed, 0 insertions, 0 deletions