From 036c3034ba420ee11e70298e90366f62042bd4f6 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 18 Jul 2001 10:27:44 +0000 Subject: [PATCH] local name dummy changed into lPrevProf --- harbour/tests/testprof.prg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/tests/testprof.prg b/harbour/tests/testprof.prg index 97a17a6fa1..8a81577fb9 100644 --- a/harbour/tests/testprof.prg +++ b/harbour/tests/testprof.prg @@ -2,7 +2,7 @@ function Main() - local dummy := __SetProfiler( .t. ) // First of all, we activate the profiler + local lPrevProf := __SetProfiler( .t. ) // First of all, we activate the profiler local oGet := GetNew() local oBrw := TBrowseNew() local n