Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@21053 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-10-22 10:42:07 +00:00
parent 758232254b
commit f18c9a1569

View File

@ -394,7 +394,7 @@ bool TAttribuzioneBenemerenze::set_print(int)
int bonusctrl = 0;
int m_bonusctrl = 0;
if (ultben != "**")
{
{
TToken_string& condizioni = (TToken_string&) _tabben.find((const char*) ultben);
TString str = condizioni.get();
bonusctrl = atoi(str);
@ -413,7 +413,8 @@ bool TAttribuzioneBenemerenze::set_print(int)
str = c->get();
int m_anni = atoi(str);
str = c->get();
bool solodim = atoi(str);
const int sd = atoi(str);
bool solodim = sd > 0;
if (bonus > bonusctrl)
{
bool attribuisci = false;