From 83f9ed41dad336be9806aff0f02c1a4622250fc0 Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Fri, 7 May 1999 19:22:21 +0000 Subject: [PATCH] Second changed to FuncSecond --- harbour/tests/working/debugtst.prg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/tests/working/debugtst.prg b/harbour/tests/working/debugtst.prg index d47acaa0e2..8c0ca6dae4 100644 --- a/harbour/tests/working/debugtst.prg +++ b/harbour/tests/working/debugtst.prg @@ -31,7 +31,7 @@ function Main() Pause() - Second( 241, "Hello" ) + FuncSecond( 241, "Hello" ) return nil @@ -40,7 +40,7 @@ function Pause() return __Accept("") -function Second( nParam, cParam, uParam ) +function FuncSecond( nParam, cParam, uParam ) local cWhat := "Something" local nNumber := 2