Patch level : 12.0 nopatch
Files correlati : Commento : Corrette chiamate
This commit is contained in:
parent
2345cd9169
commit
e6389519cd
@ -14,8 +14,8 @@ int main(int argc,char** argv)
|
|||||||
case 2: ba1300(argc,argv); break; // Compattazione files
|
case 2: ba1300(argc,argv); break; // Compattazione files
|
||||||
case 3: ba1400(argc,argv); break; // Configurazione utenti
|
case 3: ba1400(argc,argv); break; // Configurazione utenti
|
||||||
case 4: ba1500(argc,argv); break; // Attivazione moduli
|
case 4: ba1500(argc,argv); break; // Attivazione moduli
|
||||||
case 5: ba1600(argc,argv); break; // Creazione dischi e fascicolatore
|
case 5: ba1600(argc,argv); break; // Creazione dischi e fascicolatore
|
||||||
case 6: ba1700(argc,argv); break; // Installazione moduli
|
case 6: ba1700(argc,argv); break; // Installazione moduli
|
||||||
case 7: ba1800(argc,argv); break; // Utility(?)
|
case 7: ba1800(argc,argv); break; // Utility(?)
|
||||||
case 8: ba1900(argc,argv); break; // Dizionario
|
case 8: ba1900(argc,argv); break; // Dizionario
|
||||||
default: ba1100(argc,argv); break; // Manutenzione
|
default: ba1100(argc,argv); break; // Manutenzione
|
||||||
|
@ -128,7 +128,7 @@ if (total != 0)
|
|||||||
{
|
{
|
||||||
const char * dir = &_tmp_dir[1];
|
const char * dir = &_tmp_dir[1];
|
||||||
delete_tmp_files(FALSE); //Close tmp files only
|
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.
|
create_tmp_files(FALSE); // Reopen tmp files.
|
||||||
if (rt)
|
if (rt)
|
||||||
{
|
{
|
||||||
@ -222,7 +222,7 @@ void TDeletepart_app::restore_partite()
|
|||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
const char* dir =& _tmp_dir[1]; // Cut out % sign
|
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'
|
create_tmp_files(FALSE); // In realta' ci sono gia'
|
||||||
// Credo di poter andare a colpo sicuro nel trasferimento
|
// Credo di poter andare a colpo sicuro nel trasferimento
|
||||||
|
Loading…
x
Reference in New Issue
Block a user