2010-07-30 20:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* src/rdd/usrrdd/rdds/arrayrdd.prg
    ! Fixed typo in function name: hb_setArryRdd()
      Thanks to Marcos Gambeta for the find.
This commit is contained in:
Viktor Szakats
2010-07-30 18:21:11 +00:00
parent 464f958e32
commit fe5322e5de
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-30 20:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* src/rdd/usrrdd/rdds/arrayrdd.prg
! Fixed typo in function name: hb_setArryRdd()
Thanks to Marcos Gambeta for the find.
2010-07-30 20:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Will now autodetect /bin/plat/comp bin dir, if present.

View File

@@ -1139,7 +1139,7 @@ FUNCTION hb_FileArrayRdd( cFullName )
ENDIF
RETURN ( nReturn == HB_SUCCESS )
FUNCTION hb_setArryRdd( aArray )
FUNCTION hb_setArrayRdd( aArray )
LOCAL aRecInfo
LOCAL nWA := Select()
LOCAL aDBFData := USRRDD_AREADATA( nWA )[ WADATA_DATABASE ]