Skip to content

Commit

Permalink
try to fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Oct 31, 2023
1 parent 110b117 commit 171a3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/indexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static LONG WINAPI exceptionFilter(PEXCEPTION_POINTERS info) {
GetTempPath(MAX_PATH, temp);

wchar_t dir[MAX_PATH];
const wchar_t* gittyup_name = "%sGittyup";
const wchar_t* gittyup_name = L"%sGittyup";
StringCchPrintf(dir, MAX_PATH, gittyup_name, temp);
CreateDirectory(dir, NULL);

Expand Down

0 comments on commit 171a3b7

Please sign in to comment.