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:
alex 2010-01-30 12:42:37 +00:00
parent 7e341ccb4b
commit 5cd27458f5

View File

@ -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);
}
};