diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 942321c244..52c43a0b43 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-09-25 20:00 GMT+0100 Martin Vogel + * contrib/libct/color.prg + ! fixed initialization bug reported by Marek Horodyski + 2002-09-25 13:15 UTC+0300 Gustavo Junior Alves * source/rtl/file.c * source/rtl/filesys.c diff --git a/harbour/contrib/libct/color.prg b/harbour/contrib/libct/color.prg index 53ca525854..522390b709 100644 --- a/harbour/contrib/libct/color.prg +++ b/harbour/contrib/libct/color.prg @@ -214,7 +214,7 @@ FUNCTION COLORTON( cColor ) local cColorFore, cColorBack local nColorFore, nColorBack - local lHiColor, lBlinking + local lHiColor := .f., lBlinking := .f. local nSep if valtype( cColor ) == "N"