From: svenhoefer Date: Tue, 20 Sep 2016 16:49:28 +0000 (+0200) Subject: - shellexec: try to fix instance-handling; pt. 2 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=6d9d91b969c601980043b1772cb824370169e107;p=shellexec.git - shellexec: try to fix instance-handling; pt. 2 --- diff --git a/io.c b/io.c index d049106..2861c83 100644 --- a/io.c +++ b/io.c @@ -165,7 +165,7 @@ int GetRCCode(int timeout_in_ms) { int rv = -1; - if (!RCKeyPressed() || (get_instance()>instance)) + if (get_instance()>instance) { return rv; }