2007-08-24 14:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/utils/hbdot/hbdot.prg
    ! fixed typo in history updating
This commit is contained in:
Przemyslaw Czerpak
2007-08-24 12:00:49 +00:00
parent 7501178afd
commit e6c19f69a5
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-08-24 14:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/utils/hbdot/hbdot.prg
! fixed typo in history updating
2007-08-24 03:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gttrm/gttrm.c
* harbour/source/vm/runner.c

View File

@@ -149,7 +149,7 @@ PROCEDURE _APPMAIN( cFile, ... )
AADD( aHistory, cLine )
ELSE
ADEL( aHistory, 1 )
aHistory[ 1 ] := cLine
aHistory[ LEN( aHistory ) ] := cLine
ENDIF
ENDIF
nHistIndex := LEN( aHistory ) + 1