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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user