]> git.webhop.me Git - shellexec.git/commitdiff
- shellexec: try to fix instance-handling; pt. 2
authorsvenhoefer <svenhoefer@svenhoefer.com>
Tue, 20 Sep 2016 16:49:28 +0000 (18:49 +0200)
committersvenhoefer <svenhoefer@svenhoefer.com>
Tue, 20 Sep 2016 16:49:28 +0000 (18:49 +0200)
io.c

diff --git a/io.c b/io.c
index d049106d5f30845043f5ba4f7af76f5ca6dd3d51..2861c833f6732aaf9b793b05e595f16b497c840d 100644 (file)
--- 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;
        }