diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8722939706..9db34e0341 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/contrib/hbide/idemisc.prg b/harbour/contrib/hbide/idemisc.prg index c4adf7ae09..c9f0792c7c 100644 --- a/harbour/contrib/hbide/idemisc.prg +++ b/harbour/contrib/hbide/idemisc.prg @@ -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. )