See changelog 2002-11-25 21:45 UTC-0300

This commit is contained in:
Luiz Rafael Culik
2002-11-26 00:01:22 +00:00
parent ef2d28aa3e
commit 91c65a8b49
3 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-11-25 21:45 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
* utils/hbmake/hbmake.prg
! removed unused Var
* source/rtl/menuto.prg
! minor formating
2002-11-21 12:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbfntx/dbfntx1.c
* DBOI_ORDERCOUNT is supported now

View File

@@ -38,7 +38,7 @@ function __AtPrompt( nRow, nCol, cPrompt, cMsg, cColor )
aadd( s_aLevel[ s_nPointer ], { nRow, nCol, cPrompt, cMsg, cColor} )
// put this prompt on the screen right now
DispOutAt( nRow, nCol, cPrompt, if( cColor <> NIL , cColor, NIL ) )
DispOutAt( nRow, nCol, cPrompt, cColor )
return .f.

View File

@@ -1066,7 +1066,7 @@ FUNCTION Compfiles()
// Outstd( cComm )
// Outstd( hb_osnewline() )
@ 4,16 Say cPrg
@ 4,16 Say aprgs[ nFiles ]
GaugeUpdate(aGauge,nFile/Len( aprgs ))
// Outstd( hb_osnewline() )
nFile++