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:
@@ -539,9 +539,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user