2013-04-07 13:07 UTC+0200 Viktor Szakats (harbour syenar.net)
* bin/check.hb
* tests/fixcase.hb
* minor cleanups
* tests/fixcase.hb
+ work regardless of cwd
This commit is contained in:
@@ -788,12 +788,7 @@ STATIC FUNCTION FixFuncCase( cFileName )
|
||||
cFile := MemoRead( _HBROOT_ + cFileName )
|
||||
|
||||
lPartial := hb_FNameExt( cFileName ) $ sc_hPartial
|
||||
|
||||
IF lPartial
|
||||
cFileStripped := GetCComments( cFile )
|
||||
ELSE
|
||||
cFileStripped := cFile
|
||||
ENDIF
|
||||
cFileStripped := iif( lPartial, GetCComments( cFile ), cFile )
|
||||
|
||||
cOldCP := hb_cdpSelect( "EN" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user