diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e6b18153ac..59d66cb4f6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -10,6 +10,11 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-11-25 17:36 UTC+0100 Viktor Szakats (harbour syenar.net) + * include/harbour.hbx + * contrib/xhb/xhberr.prg + ! minor casing fix + 2012-11-25 17:25 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rdd/hbsix/sxcompat.prg * src/rtl/achoice.prg diff --git a/harbour/contrib/xhb/xhberr.prg b/harbour/contrib/xhb/xhberr.prg index b8039cf9e7..bc3a17a5a6 100644 --- a/harbour/contrib/xhb/xhberr.prg +++ b/harbour/contrib/xhb/xhberr.prg @@ -479,7 +479,7 @@ STATIC FUNCTION LogError( oerr ) ENDIF FWriteLine( nHandle, "" ) - hb_WAeval( {|| + hb_WAEval( {|| IF hb_IsFunction( "Select" ) FWriteLine( nHandle, "Work Area No ......: " + strvalue( Eval( hb_macroBlock( "Select()" ) ) ) ) ENDIF diff --git a/harbour/include/harbour.hbx b/harbour/include/harbour.hbx index eacaf320f1..35ca282ce2 100644 --- a/harbour/include/harbour.hbx +++ b/harbour/include/harbour.hbx @@ -870,7 +870,7 @@ DYNAMIC hb_UTF8ToStrBox DYNAMIC hb_ValToExp DYNAMIC hb_ValToStr DYNAMIC hb_Version -DYNAMIC hb_WAeval +DYNAMIC hb_WAEval DYNAMIC hb_WildMatch DYNAMIC hb_WildMatchI DYNAMIC hb_ZCompress