don't use strcpy to copy between overlapping strings, it's undefined operation
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 11 Apr 2004 21:36:06 +0000 (21:36 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 11 Apr 2004 21:36:06 +0000 (21:36 +0000)
commit37c2a8dab05154b396e20a9de1de7a10adb2b88a
tree4dba9e534f569bb3b42b29764eb554fbb824e892
parent08bc54902d8baf804c5b6e86a250af019758c9ce
don't use strcpy to copy between overlapping strings, it's undefined operation

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