From 8289efc63bef660b915f3d98505e8f9617b2014f Mon Sep 17 00:00:00 2001 From: luca83 Date: Thu, 4 Feb 2010 10:33:21 +0000 Subject: [PATCH] Patch level : 10.0 Files correlati : ve0 Ricompilazione Demo : [ ] Commento : Corretto due righe uguali in due righe diverse l'una dall'altra... Il copia incolla ha colpito ancora git-svn-id: svn://10.65.10.50/trunk@20050 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve0100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ve/ve0100.cpp b/ve/ve0100.cpp index 8d6e65ae3..0331d67bf 100755 --- a/ve/ve0100.cpp +++ b/ve/ve0100.cpp @@ -780,7 +780,7 @@ void TMotore_application::ini2mask(TConfig& ini, TMask& msk, bool query) if (!ini.exist(DOC_CODAG)) msk.set(F_CODAG, ven_rec.get(CFV_CODAG)); if (!ini.exist(DOC_CODAGVIS)) - msk.set(F_CODAG, ven_rec.get(CFV_CODAG1)); + msk.set(F_CODAGVIS, ven_rec.get(CFV_CODAG1)); if (!ini.exist(DOC_CODSPMEZZO)) msk.set(F_CODSPMEZZO, ven_rec.get(CFV_CODSPMEZZO), true); if (!ini.exist(DOC_CODPORTO))