diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1ecbb79876..36f81e222a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-07-27 15:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * utils/hbrun/hbrun.prg + ! Typo in prev. + 2010-07-27 15:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/postinst.hbs ! Fixed to copy bin/*.hbs files also on *nix systems. diff --git a/harbour/utils/hbrun/hbrun.prg b/harbour/utils/hbrun/hbrun.prg index ef22dd7ca9..6a52a8b341 100644 --- a/harbour/utils/hbrun/hbrun.prg +++ b/harbour/utils/hbrun/hbrun.prg @@ -93,7 +93,7 @@ PROCEDURE _APPMAIN( cFile, ... ) AADD( s_aIncDir, "-I" + cPath ) ENDIF #else - HB_SYMBOL_UNUSED( cExt ) + HB_SYMBOL_UNUSED( cDir ) #endif cPath := getenv( "HB_INC_INSTALL" )