2012-10-19 13:59 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/hbct/getsecrt.prg
    * SET() -> Set()
This commit is contained in:
Viktor Szakats
2012-10-19 11:59:36 +00:00
parent 7f9c2d31de
commit 20167f265c
2 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-10-19 13:59 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbct/getsecrt.prg
* SET() -> Set()
2012-10-19 13:51 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbct/getsecrt.prg
! GETSECRET() fixed to not access protected TGETLIST

View File

@@ -142,7 +142,7 @@ STATIC PROCEDURE _SECRET( _cGetSecret, lHide, oGet, oGetList )
lHide := .T.
LOOP
ELSEIF ! ( cKey := hb_keyChar( nKey ) ) == ""
IF SET( _SET_INSERT )
IF Set( _SET_INSERT )
_cGetSecret := Stuff( Left( _cGetSecret, nLen - 1 ), ;
oGet:pos, 0, cKey )
ELSE
@@ -153,7 +153,7 @@ STATIC PROCEDURE _SECRET( _cGetSecret, lHide, oGet, oGetList )
GetApplyKey( oGet, nKey )
ENDDO
IF !GetPostValidate( oGet )
IF ! GetPostValidate( oGet )
oGet:exitState := GE_NOEXIT
ENDIF
ENDDO