Patch level : 10.0 590
Files correlati : lv2.exe Ricompilazione Demo : [ ] Commento : Corretto posizionamento riga canone quando il documento e' vuoto git-svn-id: svn://10.65.10.50/trunk@20027 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7e341ccb4b
commit
5cd27458f5
@ -142,7 +142,7 @@ protected:
|
||||
public:
|
||||
void add_magc(const char* magc)
|
||||
{
|
||||
CHECKS(magc && *magc && strlen(magc) <= 5, "Invalid CODMAG ", magc);
|
||||
CHECKS(magc && strlen(magc) <= 5, "Invalid CODMAG ", magc);
|
||||
_codmagc.add(magc);
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user