Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@15728 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2007-10-22 09:28:09 +00:00
parent 7333e16d05
commit 1db96d0a1d

View File

@ -468,9 +468,11 @@ int CampoSetup::UpdateModule(const wxString& strLocalPath, const wxString& strRe
{
pi.Pulse(); //magica barra modello supercar!
const wxString strCurrFile = iniRemoteInstallModule.Get(wxString::Format("File(%d)", j));
wxString strCurrFile = iniRemoteInstallModule.Get(wxString::Format("File(%d)", j));
if (strCurrFile.IsEmpty())
break;
strCurrFile = strCurrFile.BeforeFirst('|');
const wxString strSrcPath = strRemotePath + "/" + strCurrFile;
const wxString strDstPath = strLocalPath + "/" + strCurrFile;