Skip to content

Commit

Permalink
fix comp
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Dec 31, 2024
1 parent cfda0a8 commit 5ab3505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acts/tools/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace tool {
}

const toolfunctiondata& findtool(const char* name) {
static toolfunctiondata invalid{ nullptr, LOG_GET_LOG_REF_STR, __LINE__, nullptr, nullptr, nullptr, nullptr, nullptr };
static toolfunctiondata invalid{ nullptr, LOG_GET_LOG_REF_STR, (size_t)__LINE__, nullptr, nullptr, nullptr, nullptr, nullptr };

auto& tls = tools();

Expand Down

0 comments on commit 5ab3505

Please sign in to comment.