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

Commit

Permalink
Fix some compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Too-Naive committed Aug 26, 2016
1 parent b661ece commit 3144d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ Copyright (C) 2016 @Too-Naive License:General Public License\n\
if (!CopyFile(ReservedFile,buf1,FALSE)){
_stprintf(szline,
_T("CopyFile() Failed!(%ld)\nPlease copy the \"%s\" file to\
\"%%systemroot%%\\drivers\\etc\\hosts\" Manually.")
\"%%systemroot%%\\drivers\\etc\\hosts\" Manually."),
GetLastError(),ReservedFile);
MessageBox(NULL,_T("Fatal Error"),szline,MB_SETFOREGROUND|MB_ICONSTOP);
abort();
Expand Down

0 comments on commit 3144d9b

Please sign in to comment.