fix reinit #4

Merged
tqcq merged 1 commits from fix/reinit into develop 2025-03-06 09:21:05 +00:00
Showing only changes of commit 471c2c1756 - Show all commits

View File

@ -139,7 +139,7 @@ void
Init(int argc, char **argv, std::function<int(int, char **)> cb)
{
std::unique_lock<std::mutex> _(init_lock);
assert(lib_thread && "ReInitialize!!!");
assert(!lib_thread && "ReInitialize!!!");
const char *my_argv[1] = {"unknown"};
if (!argv) {