Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
anzz1 committed Dec 2, 2023
1 parent b643e41 commit 4822d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ static int LocalDirFileExists(const char* filename) {
path[511] = 0;
p = __strrchr(path, '\\');
if (p && p-path < 485) {
__strcpy(++p, "disable_securom_guard.txt");
__strcpy(++p, filename);
return FileExistsA(path);
}
}
Expand Down

0 comments on commit 4822d93

Please sign in to comment.