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:
		
							parent
							
								
									02cd31b578
								
							
						
					
					
						commit
						f964be969d
					
				@ -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)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user