2003-08-24 14:30 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>

This commit is contained in:
Tomaz Zupan
2003-08-24 12:25:05 +00:00
parent 4d6e1a475a
commit 8f0ad08fc5
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-08-24 14:30 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
* utils/hbdoc/genhtm.prg
* removed trailing EOL from category name, because category is also used
as file name.
2003-08-23 13:20 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
* utils/hbdoc/ffile1.prg
! fixed end of line handling now it works on platforma other than windows

View File

@@ -446,7 +446,8 @@ FUNCTION ProcessWww()
cBuffer := ReadLN( @lEof )
nLineCnt ++
// get the category
cCategory := ALLTRIM( SUBSTR( cBuffer, nCommentLen ) )
cCategory := ALLTRIM( SUBSTR( cBuffer, nCommentLen ) )
cCategory := strtran( cCategory, hb_OSNewLine(), '' )
// 3) One line description