]> git.saurik.com Git - wxWidgets.git/commit - tests/strings/strings.cpp
Fix handling of positional parameters in wxPrintf() and related.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Feb 2012 13:28:34 +0000 (13:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Feb 2012 13:28:34 +0000 (13:28 +0000)
commit75717cb1214866a2afd70de513e56d8c7784122a
treee28d2b864d0977b0eab207098aed96672d8acc1e
parenta8ed16c999d02b871e7baad7af1962b0a6cbb326
Fix handling of positional parameters in wxPrintf() and related.

Handle positional parameter specifications in wxFormatConverter to ensure that
e.g. "%N$s" are correctly transformed to "%N$S" if needed. This fixes the use
of positional parameters under OS X.

Closes #10965.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/common/strvararg.cpp
tests/strings/strings.cpp