2013-04-06 12:04 UTC+0200 Viktor Szakats (harbour syenar.net)

* bin/check.hb
  * tests/fixcase.hb
    ! do not strip newlines from comments

  * include/hbrddnsx.h
    ! fixcase fixups
This commit is contained in:
Viktor Szakats
2013-04-06 12:05:38 +02:00
parent 78964ff62d
commit 2ad4417ea6
4 changed files with 15 additions and 11 deletions

View File

@@ -242,9 +242,7 @@ STATIC FUNCTION GetCComments( cFile )
FOR tmp := 1 TO Len( aHits ) STEP 2
FOR tmp1 := aHits[ tmp ] TO aHits[ tmp + 1 ]
IF ! hb_BSubStr( cFile, tmp1, 1 ) $ Chr( 13 ) + Chr( 10 )
hb_BPoke( @cComments, tmp1, hb_BPeek( cFile, tmp1 ) )
ENDIF
hb_BPoke( @cComments, tmp1, hb_BPeek( cFile, tmp1 ) )
NEXT
NEXT