]> git.saurik.com Git - wxWidgets.git/commit
Corrected formatting of archiver command in the tests.
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 24 Jun 2010 10:33:36 +0000 (10:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 24 Jun 2010 10:33:36 +0000 (10:33 +0000)
commit72e7920f2d64f024246a65a7aee78a2671824cf0
tree2d96e34b2c4bcb7aca3609265d243aa59b871805
parent155362949b25fd8491b44064db5acc0fc801521c
Corrected formatting of archiver command in the tests.

wxString::Format() was used even when the first argument didn't contain
any %s, yet a string argument was always passed to it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/archive/archivetest.cpp