2009-12-06 18:48 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbide/idemisc.prg
    ! Minor typo in prev.
This commit is contained in:
Viktor Szakats
2009-12-06 17:49:16 +00:00
parent 047e8eb9e3
commit 3cba61fb5c
2 changed files with 4 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-06 18:48 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/idemisc.prg
! Minor typo in prev.
2009-12-06 18:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rdd/dbcmd.c
+ Added short DBUSEAREA() parameter list doc in comment.

View File

@@ -179,7 +179,6 @@ FUNCTION ReadSource( cTxtFile )
cFileBody := StrTran( cFileBody, Chr( 13 ) )
cFileBody := StrTran( cFileBody, Chr( 10 ), " " )
cFileBody := StrTran( cFileBody, Chr( 9 ), " " )
RETURN hb_ATokens( cFileBody,, .T. )