Patch level : 12.0 no-patch

Files correlati     :
Commento            :

Estetica
This commit is contained in:
Alessandro Bonazzi 2020-02-10 21:01:51 +01:00
parent f5b03b83bc
commit 6114203caf

View File

@ -177,7 +177,8 @@ void TVariable_rectype::write_memo(TIsam_handle file, const TRecnotype recno)
{
const TVariable_field* vf = (TVariable_field*)o;
const TString& val = vf->get();
if (val.full() && val != "0")
if (val.full() && val != "0")
{
t.add(key);
t << '=' << val;