From 6d9d91b969c601980043b1772cb824370169e107 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 20 Sep 2016 18:49:28 +0200 Subject: [PATCH] - shellexec: try to fix instance-handling; pt. 2 --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5