]> git.saurik.com Git - wxWidgets.git/commit
Fix extraction of standard command line arguments in wxX11.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Aug 2009 00:44:11 +0000 (00:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Aug 2009 00:44:11 +0000 (00:44 +0000)
commit995a95737ac42a180c246f04ba36ea7321ded64f
treefb28c968fa13d27cf0647325130dedd8672e15d6
parent0055cc0e4a21e460eab83a79269f3fe5b0037239
Fix extraction of standard command line arguments in wxX11.

The original number of arguments should be used when checking the argument
index for validity. Additionally, memmove() wasn't moving the correct number
of bytes because of forgotten sizeof().

See #11124.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/x11/app.cpp