Patch level : 12.0 720

Files correlati     : 770.exe
Commento            :

Corretta registrazione nella tabella enti
This commit is contained in:
AlexBonazzi 2019-03-04 23:06:06 +01:00
parent 6f4d9fea17
commit db0425ef58

View File

@ -78,7 +78,7 @@ void TTabelle_770::write_rewrite_ENT() const
mr.put("FIRST", ent);
cod.format("%05ld", row->get_long(0));
mr.put("SECOND", cod);
const TFixed_string data = row->get(2);
const TString data = row->get(2);
if (data.full())
{
mr.put("DATA", data);