Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :sistemati casini da riporto 3.2


git-svn-id: svn://10.65.10.50/trunk@17131 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-08-28 15:50:28 +00:00
parent 6f957b1b79
commit 92b85752f1

View File

@ -721,7 +721,8 @@ bool TMask_anamag::generate_code(int type, const char * codart)
return false;
}
progr++;
TString fmt(format("%%s%%0%dld", code.len() - len));
TString fmt;
fmt.format("%%s%%0%dld", code.len() - len);
_generated_code.format(fmt, (const char *)scod, progr);
}
return true;