From 11552994e5cb90eee8599db50992000870f9d39c Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 26 Feb 2003 15:23:59 +0000 Subject: [PATCH] Patch level :2.0 aga Files correlati : Ricompilazione Demo : [ ] Commento :sistemato errore di riporto (mancava una } ) git-svn-id: svn://10.65.10.50/trunk@10868 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/velib06.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ve/velib06.cpp b/ve/velib06.cpp index 20c7d7918..ba0f8b6c0 100755 --- a/ve/velib06.cpp +++ b/ve/velib06.cpp @@ -2002,11 +2002,11 @@ void TElabora_mask::update_ndoc_filter(bool is_tipo_elaborazione) if (stato_in[0] > '0') filter << "&&(STATO==\"" << stato_in << "\")"; filter << ')'; + } } if (almost_one) filter << ')'; - } - + } } else {