Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
allungata stringa per gestire i permessi anche dei ps0017 e co.


git-svn-id: svn://10.65.10.50/branches/R_10_00@22161 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2011-05-24 15:42:20 +00:00
parent 926ec369da
commit 77d24c1f58

View File

@ -448,7 +448,7 @@ static const TString& ca_get_user_permissions(const TString& utente, const int l
//che programma sono che chiamo questa funzione?
const TFilename prog_name = main_app().argv(0);
TString8 key = prog_name.name_only();
TString16 key = prog_name.name_only();
key << " " << main_app().argv(1);
TToken_string row(80, SAFE_PIPE_CHR);