diff --git a/ve/velib03.cpp b/ve/velib03.cpp index 4c0759975..85bbed7fb 100755 --- a/ve/velib03.cpp +++ b/ve/velib03.cpp @@ -1184,7 +1184,7 @@ int TDocumento::write_rewrite(TBaseisamfile & f, bool re) const TMov_mag_doc mov; TLocalisamfile m(LF_MOVMAG); mov.zero(); - if (do_movmag && num_movmag <= 0) + if (!new_doc && do_movmag && num_movmag <= 0) { m.setkey(6); m.zero();