From cc0669d00d56a45c5ed2d69e8451f9764dc905c1 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Wed, 13 Mar 2002 09:13:03 +0000 Subject: [PATCH] *** empty log message *** --- harbour/utils/hbmake/hbmake.prg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/utils/hbmake/hbmake.prg b/harbour/utils/hbmake/hbmake.prg index b6ecb7b9af..620194bff5 100644 --- a/harbour/utils/hbmake/hbmake.prg +++ b/harbour/utils/hbmake/hbmake.prg @@ -150,7 +150,7 @@ else cFile := "" endif -If (empty(cFile) .and. !lEditMode) .or. !file(cfile) +If (empty(cFile) .and. !lEditMode) ? "File not Found" Return Nil Endif