From 6f6f0a8fff4a2f25edf816b4c4c0f20b7f783209 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Thu, 21 Sep 2000 21:52:02 +0000 Subject: [PATCH] See changelog 2000-09-21 19:00 GMT -3 --- harbour/ChangeLog | 4 ++++ harbour/utils/hbdoc/hbdoc.prg | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4ff15bcc88..7efca71150 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2000-09-21 19:00 GMT -3 Luiz Rafael Culik + *utils/hdboc/hbdoc.prg + *Fixed an small error reported by SID + 2000-09-21 16:30 UTC-0400 David G. Holm * include/hbver.h diff --git a/harbour/utils/hbdoc/hbdoc.prg b/harbour/utils/hbdoc/hbdoc.prg index 3fe460fa5e..3b062f59ea 100644 --- a/harbour/utils/hbdoc/hbdoc.prg +++ b/harbour/utils/hbdoc/hbdoc.prg @@ -332,8 +332,8 @@ FUNCTION MAIN( cFlags, cLinkName, cAtFile ) ELSEIF lPdf #ifdef PDF // ProcessPDF(.t.) - ProcessPDF(.f.) - // #endif + // ProcessPDF(.f.) + #endif ELSEIF lWww ProcessWww() ELSEIF lChm @@ -361,10 +361,10 @@ FUNCTION MAIN( cFlags, cLinkName, cAtFile ) ELSEIF lNorton ProcessFiles() ELSEIF lPdf -// #ifdef PDF + #ifdef PDF ProcessPDF(.t.) ProcessPDF(.f.) -// #endif + #endif ELSEIF lRtf ProcessRtf() ELSEIF lWww