From 859349afedadb61259793b9ff3dcae70bc87eb89 Mon Sep 17 00:00:00 2001 From: angelo Date: Fri, 3 Oct 1997 15:05:53 +0000 Subject: [PATCH] Correzione settaggio livello archivi in conversione. git-svn-id: svn://10.65.10.50/trunk@5321 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba1100.cpp b/ba/ba1100.cpp index e074b892b..6cd59cedb 100755 --- a/ba/ba1100.cpp +++ b/ba/ba1100.cpp @@ -1245,7 +1245,7 @@ void TManutenzione_app::load_des() } d.eod() = (long)last_newln; d.eox() = (long)last_newln; - d.flags() = flags; + d.flags() = _level = flags; set_std_level(flags); d.put(LF_DIR,_nordir,_sysdirop); }