Patch level : a2.2

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
Tolta limitazione a 8 caratteri sul nome dell'utente


git-svn-id: svn://10.65.10.50/trunk@13940 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2006-04-21 12:03:55 +00:00
parent 2540afd363
commit 916fedd7d3

View File

@ -24,7 +24,7 @@
// @rdesc Ritorno il nome dell'utente attuale
TString& user()
{
static TString8 _user;
static TString _user;
return _user;
}