Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 35bb5c8

Browse files
author
Too-Naive
committed
Update target hosts url
1 parent dafdfc8 commit 35bb5c8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

header/download.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 2017 Too-Naive
55
*
66
*/
7-
//download.hpp(Re-edit)\
7+
//download.hpp(Re-edit)
88

99
#pragma once
1010

tool.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -917,9 +917,11 @@ DWORD __stdcall NormalEntry(LPVOID){
917917
memset(szline,0,sizeof(szline));
918918
_fgetts(szline,localbufsize,fp);
919919
if (*szline==_T('#')) {//fast check is commit
920+
if (_tcsstr(szline,_T("\x72\x61\x63\x61\x6c\x6a\x6b")))
921+
break; else
920922
//File original hosts start
921923
if (_tcsstr(szline,_T("googlehosts members")))
922-
break; else
924+
break; else
923925
// check is need ignore the commits
924926
if (bIgnoreCommit) continue;
925927
}

0 commit comments

Comments
 (0)