From 3694a3fac3d4f9cb1689ce6d19da2ac87b756825 Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 8 Jan 2007 14:26:08 +0000 Subject: [PATCH] Patch level :4.0 Files correlati : Ricompilazione Demo : [ ] Commento :corretto rrore riporto; aggiornato install.ini versione 569 git-svn-id: svn://10.65.10.50/trunk@14738 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1800.cpp | 8 ++++---- ba/install.ini | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ba/ba1800.cpp b/ba/ba1800.cpp index ff1397753..150f648fd 100755 --- a/ba/ba1800.cpp +++ b/ba/ba1800.cpp @@ -775,7 +775,8 @@ void TWizard_mask::file_preview() const displines = cf.visible_rows(); TString_array righe; - for (int l = 0; l < displines; l++) + int l; + for (l = 0; l < displines; l++) { righe.add(new TToken_string(MAXLINE), l); TToken_string& riga = righe.row(l); @@ -857,10 +858,9 @@ void TWizard_mask::file_preview() const } cf.destroy_rows(); - int l; - for (l = 0; l < righe.items(); l++) + for (int m = 0; m < righe.items(); m++) { - TToken_string& riga = righe.row(l); + TToken_string& riga = righe.row(m); cf.add_row(riga); } cf.recalc_layout(reclen, righe.items()); diff --git a/ba/install.ini b/ba/install.ini index b7e16ae0f..815a0521e 100755 --- a/ba/install.ini +++ b/ba/install.ini @@ -6,7 +6,7 @@ Descrizione=BASE [sy] Descrizione = Sistema Versione = 20070400 -Patch = 567 +Patch = 569 [ba] @@ -147,5 +147,5 @@ File(43) = sqlite.dll File(44) = wxmsw263.dll File(45) = xi.dll File(46) = xvaga.dll -Patch = 567 +Patch = 569 Versione = 20070400