Skip to content

Commit

Permalink
Revert "Update SharedUtil.Tests.hpp"
Browse files Browse the repository at this point in the history
This reverts commit 5a77dbc.
  • Loading branch information
Lpsd committed Oct 14, 2023
1 parent ff4fe45 commit 68bb0f2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Shared/sdk/SharedUtil.Tests.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ void SharedUtil_String_Tests();
void SharedUtil_Hash_Tests();

#ifdef MTA_CLIENT
static const char* tempFilepath = SString("%s\\%s", GetMTATempPath().c_str(),
"hash_"
"\xD0"
"\x98"
"_test")
.c_str();
static const SString tempFilepath = SString("%s\\%s", GetMTATempPath().c_str(),
"hash_"
"\xD0"
"\x98"
"_test");
#else
static const char* tempFilepath =
"hash_"
Expand Down

0 comments on commit 68bb0f2

Please sign in to comment.