Patch level : 12.0 nopatch

Files correlati     :
Commento :
Corrette chiamate
This commit is contained in:
smen 2022-03-07 17:25:16 +01:00
parent 2345cd9169
commit e6389519cd
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ int main(int argc,char** argv)
case 2: ba1300(argc,argv); break; // Compattazione files
case 3: ba1400(argc,argv); break; // Configurazione utenti
case 4: ba1500(argc,argv); break; // Attivazione moduli
case 5: ba1600(argc,argv); break; // Creazione dischi e fascicolatore
case 6: ba1700(argc,argv); break; // Installazione moduli
case 5: ba1600(argc,argv); break; // Creazione dischi e fascicolatore
case 6: ba1700(argc,argv); break; // Installazione moduli
case 7: ba1800(argc,argv); break; // Utility(?)
case 8: ba1900(argc,argv); break; // Dizionario
default: ba1100(argc,argv); break; // Manutenzione

View File

@ -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