diff options
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 409381b..1e521f7 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4484,7 +4484,7 @@ static _H<NSMutableSet> Diversions_; } fclose(du); - } else _assert(close(fds[0])); + } else _assert(close(fds[0]) != -1); ReapZombie(pid); |