diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ae4adbedf2..1ca7b5b9ff 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-11-25 21:45 UTC-0300 Luiz Rafael Culik + * utils/hbmake/hbmake.prg + ! removed unused Var + * source/rtl/menuto.prg + ! minor formating 2002-11-21 12:05 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c * DBOI_ORDERCOUNT is supported now diff --git a/harbour/source/rtl/menuto.prg b/harbour/source/rtl/menuto.prg index e24a5cc264..8126ccf113 100644 --- a/harbour/source/rtl/menuto.prg +++ b/harbour/source/rtl/menuto.prg @@ -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. diff --git a/harbour/utils/hbmake/hbmake.prg b/harbour/utils/hbmake/hbmake.prg index 0fa3d2bfe7..17c663acca 100644 --- a/harbour/utils/hbmake/hbmake.prg +++ b/harbour/utils/hbmake/hbmake.prg @@ -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++