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
This commit is contained in:
luca 2007-01-08 14:26:08 +00:00
parent 0da0dec9f7
commit 3694a3fac3
2 changed files with 6 additions and 6 deletions

View File

@ -775,7 +775,8 @@ void TWizard_mask::file_preview() const
displines = cf.visible_rows(); displines = cf.visible_rows();
TString_array righe; 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); righe.add(new TToken_string(MAXLINE), l);
TToken_string& riga = righe.row(l); TToken_string& riga = righe.row(l);
@ -857,10 +858,9 @@ void TWizard_mask::file_preview() const
} }
cf.destroy_rows(); cf.destroy_rows();
int l; for (int m = 0; m < righe.items(); m++)
for (l = 0; l < righe.items(); l++)
{ {
TToken_string& riga = righe.row(l); TToken_string& riga = righe.row(m);
cf.add_row(riga); cf.add_row(riga);
} }
cf.recalc_layout(reclen, righe.items()); cf.recalc_layout(reclen, righe.items());

View File

@ -6,7 +6,7 @@ Descrizione=BASE
[sy] [sy]
Descrizione = Sistema Descrizione = Sistema
Versione = 20070400 Versione = 20070400
Patch = 567 Patch = 569
[ba] [ba]
@ -147,5 +147,5 @@ File(43) = sqlite.dll
File(44) = wxmsw263.dll File(44) = wxmsw263.dll
File(45) = xi.dll File(45) = xi.dll
File(46) = xvaga.dll File(46) = xvaga.dll
Patch = 567 Patch = 569
Versione = 20070400 Versione = 20070400