diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ae91c837f2..a0626555ea 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-05-01 09:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbpgsql/tests/simple.prg + ! typo + 2011-04-30 17:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpparthandler.prg * contrib/hbxbp/xbpprinter.prg @@ -25,7 +29,7 @@ * contrib/hbxbp/xbpgeneric.prg ! Changed: the way event loop was being constructed and processed. Now, no event is missed and is dealt with properly. - Not best of the ways but my experiments could not lead to + Not best of the ways but my experiments could not lead to any better algorithm. 2011-04-30 16:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) diff --git a/harbour/contrib/hbpgsql/tests/simple.prg b/harbour/contrib/hbpgsql/tests/simple.prg index 9415bca343..4f6e74bb5b 100644 --- a/harbour/contrib/hbpgsql/tests/simple.prg +++ b/harbour/contrib/hbpgsql/tests/simple.prg @@ -76,7 +76,7 @@ FUNCTION Main( cHost, cDatabase, cUser, cPass ) oQuery := oServer:Query( cQuery ) IF oQuery:neterr() - ? oQuery:errorMeg() + ? oQuery:errorMsg() ENDIF oQuery:destroy()