commit | fe86f2d7cdb284f18543cac2e6cbbe11352c7f48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 28 20:29:07 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 28 20:29:07 2008 +0000 |
tree | 9b8155ee2c3fe3142e4258590d210451db55db1f | |
parent | a40b46614a54de01a74d37a771db4dbfa44afee9 [diff] [blame] |
updated for version 7.2-055
diff --git a/src/gui.c b/src/gui.c index 426cea9..b937189 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -139,7 +139,7 @@ /* The read returns when the child closes the pipe (or when * the child dies for some reason). */ close(pipefd[1]); - (void)read(pipefd[0], &dummy, (size_t)1); + ignored = (int)read(pipefd[0], &dummy, (size_t)1); close(pipefd[0]); }