2013-04-30 13:30 UTC+0200 Tamas TEVESZ (ice extreme.hu)

* bin/3rdpatch.hb
    * Tweak error counter a bit
This commit is contained in:
Tamas TEVESZ
2013-04-30 13:31:15 +02:00
parent fc10ed0458
commit 655b2d24c9
2 changed files with 7 additions and 4 deletions

View File

@@ -415,8 +415,6 @@ PROCEDURE Main( ... )
QUIT
ENDIF
s_nErrors := 0
cCWD := hb_CurDrive() + hb_osDriveSeparator() + hb_ps() + CurDir()
#if defined( _CURDIR )
@@ -458,6 +456,9 @@ PROCEDURE Main( ... )
* The pristine tree is for reference, used as the left component of the diff
* Our tree will have the local diff applied, and used as the right component of the diff
*/
s_nErrors := 0
FOR EACH aOneMap IN s_aChangeMap
IF ! hb_FileExists( CombinePath( s_cSourceRoot, aOneMap[ FN_ORIG ] ) )
OutStd( "W: `" + aOneMap[ FN_ORIG ] + "' does not exist in the source tree" + hb_eol() )
@@ -888,8 +889,6 @@ STATIC PROCEDURE DOSToUnixPathSep( cFileName )
RETURN
ENDIF
s_nErrors := 0
cFile := hb_MemoRead( cFileName )
cNewFile := ""
cLookFor := hb_eol()