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

Commit

Permalink
Update target hosts url
Browse files Browse the repository at this point in the history
  • Loading branch information
Too-Naive committed Sep 7, 2017
1 parent dafdfc8 commit 35bb5c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion header/download.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 2017 Too-Naive
*
*/
//download.hpp(Re-edit)\
//download.hpp(Re-edit)

#pragma once

Expand Down
4 changes: 3 additions & 1 deletion tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -917,9 +917,11 @@ DWORD __stdcall NormalEntry(LPVOID){
memset(szline,0,sizeof(szline));
_fgetts(szline,localbufsize,fp);
if (*szline==_T('#')) {//fast check is commit
if (_tcsstr(szline,_T("\x72\x61\x63\x61\x6c\x6a\x6b")))
break; else
//File original hosts start
if (_tcsstr(szline,_T("googlehosts members")))
break; else
break; else
// check is need ignore the commits
if (bIgnoreCommit) continue;
}
Expand Down

0 comments on commit 35bb5c8

Please sign in to comment.