From e2b6458885f22212e50c92c2f8fe96bb55fcff40 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 15 Nov 1999 16:38:07 +0000 Subject: [PATCH] 19991115-17:21 GMT+1 Victor Szel --- harbour/include/assert.ch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/include/assert.ch b/harbour/include/assert.ch index d4f112888c..75b34bb7c4 100644 --- a/harbour/include/assert.ch +++ b/harbour/include/assert.ch @@ -45,7 +45,7 @@ #else #command ASSERT( [, ] ) => ; - IF !() ; + IF !( ) ; ; OutStd( ; hb_OSNewLine() + ProcName( 0 ) + ; "(" + LTrim( Str( ProcLine() ) ) + ")" + ;