From 301d0017bee1bb8bfa7989c627ae12aad256bfb8 Mon Sep 17 00:00:00 2001 From: luca Date: Thu, 3 Jul 2008 14:21:52 +0000 Subject: [PATCH] Patch level :10.0 76 Files correlati : Ricompilazione Demo : [ ] Commento :corretti errori di sbaglio git-svn-id: svn://10.65.10.50/trunk@16843 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/velib02.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ve/velib02.cpp b/ve/velib02.cpp index 503c961f6..9a632fd53 100755 --- a/ve/velib02.cpp +++ b/ve/velib02.cpp @@ -1081,10 +1081,10 @@ void TRiga_documento::autosave(TSheet_field& f) if (val != NULL) { const short id = FR_LORDO + i; - const int pos =m.id2pos(id); + const int pos = m.id2pos(id); if (pos >= 0) { - const TMask_field& c = m.field(FR_LORDO+ifld(pos); + const TMask_field& c = m.fld(pos); const TFieldref* fld = c.field(); if (fld != NULL) fld->write(val, *this);