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:
parent
7333e16d05
commit
1db96d0a1d
@ -468,10 +468,12 @@ int CampoSetup::UpdateModule(const wxString& strLocalPath, const wxString& strRe
|
|||||||
{
|
{
|
||||||
pi.Pulse(); //magica barra modello supercar!
|
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())
|
if (strCurrFile.IsEmpty())
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
strCurrFile = strCurrFile.BeforeFirst('|');
|
||||||
|
|
||||||
const wxString strSrcPath = strRemotePath + "/" + strCurrFile;
|
const wxString strSrcPath = strRemotePath + "/" + strCurrFile;
|
||||||
const wxString strDstPath = strLocalPath + "/" + strCurrFile;
|
const wxString strDstPath = strLocalPath + "/" + strCurrFile;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user