From 08ba8914332df7a66bf2ccf86f9ba37482ac25cb Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Mon, 1 May 2000 16:34:19 +0000 Subject: [PATCH] see changelog 20000501 14:40 gmt -3 --- harbour/utils/hbdoc/hbdoc.prg | 1 - 1 file changed, 1 deletion(-) diff --git a/harbour/utils/hbdoc/hbdoc.prg b/harbour/utils/hbdoc/hbdoc.prg index e2f37e3452..2f6877b846 100644 --- a/harbour/utils/hbdoc/hbdoc.prg +++ b/harbour/utils/hbdoc/hbdoc.prg @@ -1169,7 +1169,6 @@ STATIC FUNCTION ReadLinkFile( cFile ) nH:=fcreate(cfile) for nPos:=1 to len(aLocdoc) cLine:=alocdoc[nPos] - ? cLine if at("%HB_VERSION%",cLine)>0 cLine:=strtran(cLine,'%HB_VERSION%',cVer) endif