From 1db9c12b0b4596bbe130165c2d21e32bd9df0337 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 27 Jul 2010 13:33:06 +0000 Subject: [PATCH] 2010-07-27 15:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbrun/hbrun.prg ! Typo in prev. --- harbour/ChangeLog | 4 ++++ harbour/utils/hbrun/hbrun.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" )