mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 14:46:09 +00:00
Dont set ERROR_SUCCESS generally
Turns out we should only be setting this in a select few cases.
This commit is contained in:
@@ -557,6 +557,9 @@ int main(int argc, char **argv) {
|
||||
abort();
|
||||
}
|
||||
|
||||
// Reset last error
|
||||
wibo::lastError = 0;
|
||||
|
||||
// Invoke the damn thing
|
||||
{
|
||||
GUEST_CONTEXT_GUARD(&tib);
|
||||
|
||||
Reference in New Issue
Block a user