diff --git a/ba/ba1100.cpp b/ba/ba1100.cpp index e2ac89582..679d18a02 100755 --- a/ba/ba1100.cpp +++ b/ba/ba1100.cpp @@ -488,9 +488,10 @@ void TManutenzione_app::open_history() int l = strlen(line); line[l > 0 ? l -1 : 0 ] = '\0'; - if (l==0) _history_firm = -1; + if (l==0) + _history_firm = -1; else - _history_firm = atol(line); + _history_firm = atol(line); } else { @@ -510,7 +511,7 @@ void TManutenzione_app::put_history(const char* firm) void TManutenzione_app::close_history() { // Se la conversione non ha rilevato errori rimuove il file di history. - remove(History_file); + xvt_fsys_remove_file(History_file); } void TManutenzione_app::dump_trc(const char * dir, const bool des_too, const long modules) diff --git a/ba/f2.dir b/ba/f2.dir index a17ca8e34..c980f4ec9 100755 --- a/ba/f2.dir +++ b/ba/f2.dir @@ -1,3 +1,3 @@ 2 1 -%user|0|0|287|0|Utenti|10|| +%user|0|0|295|0|Utenti|10|| diff --git a/ba/f2.trr b/ba/f2.trr index abb84934e..5f1ffc285 100755 --- a/ba/f2.trr +++ b/ba/f2.trr @@ -1,5 +1,5 @@ 2 -11 +12 USERNAME|1|16|0|Nome dell'utente/gruppo USERDESC|1|50|0|Descrizione dell'utente/gruppo PASSWORD|1|8|0|Password dell'utente