From 1ce68d5bcf761150eda9d0ada0863d63edc83c6b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 10 Jul 2018 01:20:08 -0400 Subject: [PATCH] GLoaderState.running shouldn't be set here. --- lib2ine.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib2ine.c b/lib2ine.c index e6447d8..fbbd99d 100644 --- a/lib2ine.c +++ b/lib2ine.c @@ -685,8 +685,6 @@ LX_NATIVE_CONSTRUCTOR(lib2ine) GLoaderState.subprocess = (getenv("IS_2INE") != NULL); initPib(); - - GLoaderState.running = 1; } LX_NATIVE_DESTRUCTOR(lib2ine)