From 6114203cafad39ccba05ce75d24f4bffd8d58698 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Mon, 10 Feb 2020 21:01:51 +0100 Subject: [PATCH] Patch level : 12.0 no-patch Files correlati : Commento : Estetica --- src/include/varrec.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/varrec.cpp b/src/include/varrec.cpp index 712462b7c..ef8035173 100755 --- a/src/include/varrec.cpp +++ b/src/include/varrec.cpp @@ -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;