diff --git a/ve/ve0100.cpp b/ve/ve0100.cpp index 35b83e0c9..9f94f157a 100755 --- a/ve/ve0100.cpp +++ b/ve/ve0100.cpp @@ -579,6 +579,7 @@ void TMotore_application::print() const char sfs = maindoc.tipo().stato_finale_stampa(); maindoc.stato(sfs); const char str_sfs[2] = { sfs, '\0' }; + m.set(F_STATO, str_sfs, true); } } }