fix/reinit #3

Merged
tqcq merged 18 commits from fix/reinit into master 2025-04-02 13:31:18 +00:00
Showing only changes of commit 86f52567b7 - 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) {