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:
parent
6f957b1b79
commit
92b85752f1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user