Compare commits
No commits in common. "86f52567b7b70220eca313123f48fe7cd22d85e1" and "26e0a093063ebb42429d1308aee1adaf749c3fb9" have entirely different histories.
86f52567b7
...
26e0a09306
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user