Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 13, 2024
1 parent b8ffcca commit 60b05c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/Helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ inline void check_error_count(const fs::path& aFilePath, size_t aActualErrCnt, s
// that want to write to this file.
while(true)
{
std::FILE* lockFile = std::fopen(lockFilePath.c_str(), "ax");
std::FILE* lockFile = std::fopen(lockFilePath.string().c_str(), "ax");

if(nullptr != lockFile)
{
Expand Down

0 comments on commit 60b05c8

Please sign in to comment.