Patch level : 12.0 nopatch
Files correlati : Commento : Corrette chiamate
This commit is contained in:
parent
2345cd9169
commit
e6389519cd
@ -128,7 +128,7 @@ if (total != 0)
|
||||
{
|
||||
const char * dir = &_tmp_dir[1];
|
||||
delete_tmp_files(FALSE); //Close tmp files only
|
||||
bool rt = _arc.backup(dir,_unit,_desc,FALSE);// Backup delle partite da eliminare, prefix unnecessary
|
||||
bool rt = _arc.backup(dir,_unit,_desc);// Backup delle partite da eliminare, prefix unnecessary
|
||||
create_tmp_files(FALSE); // Reopen tmp files.
|
||||
if (rt)
|
||||
{
|
||||
@ -222,7 +222,7 @@ void TDeletepart_app::restore_partite()
|
||||
return ;
|
||||
}
|
||||
const char* dir =& _tmp_dir[1]; // Cut out % sign
|
||||
if (_arc.restore(dir,_unit,FALSE,FALSE))
|
||||
if (_arc.restore(dir,_unit,FALSE))
|
||||
{
|
||||
create_tmp_files(FALSE); // In realta' ci sono gia'
|
||||
// Credo di poter andare a colpo sicuro nel trasferimento
|
||||
|
Loading…
x
Reference in New Issue
Block a user