2009-02-21 13:55 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* utils/hbmk2/hbmk2.prg
    ! Fix to prev.
This commit is contained in:
Viktor Szakats
2009-02-21 12:55:54 +00:00
parent 445f4da00c
commit 3beb6d15ad
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-21 13:55 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
! Fix to prev.
2009-02-21 13:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
+ Added internal function to check for linked GTs, so that

View File

@@ -2071,7 +2071,7 @@ STATIC FUNCTION IsGTRequested( aGT, cGT, cWhichGT )
ENDIF
/* Checking for user requested default GT. */
IF Lower( cGT ) == cWhichGT
IF cGT != NIL .AND. Lower( cGT ) == cWhichGT
RETURN .T.
ENDIF