Patch level : 2.0 588
Files correlati : xvaga.dll Ricompilazione Demo : [ ] Commento : Aggiunto supporto per help zippati git-svn-id: svn://10.65.10.50/trunk@11462 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7f83e9ba89
commit
3f78121948
@ -102,7 +102,8 @@ bool aga_unzip(const char* zipfile, const char* destdir)
|
|||||||
wxZipInputStream fin(zipfile, strFileName);
|
wxZipInputStream fin(zipfile, strFileName);
|
||||||
|
|
||||||
wxString strOutFile = destdir;
|
wxString strOutFile = destdir;
|
||||||
strOutFile += '/';
|
if (!wxEndsWithPathSeparator(strOutFile))
|
||||||
|
strOutFile += wxFILE_SEP_PATH;
|
||||||
strOutFile += strFileName;
|
strOutFile += strFileName;
|
||||||
|
|
||||||
wxString strPath;
|
wxString strPath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user