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;