Patch level :10.0 cd 210

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :aggiunto datapwd al file degli utenti


git-svn-id: svn://10.65.10.50/trunk@18094 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-01-23 11:44:18 +00:00
parent 02cd31b578
commit f964be969d
3 changed files with 6 additions and 5 deletions

View File

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

View File

@ -1,3 +1,3 @@
2
1
%user|0|0|287|0|Utenti|10||
%user|0|0|295|0|Utenti|10||

View File

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