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