diff options
Diffstat (limited to 'Src/Modules/zpty.c')
-rw-r--r-- | Src/Modules/zpty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/zpty.c b/Src/Modules/zpty.c index 1be615610..7d33bd064 100644 --- a/Src/Modules/zpty.c +++ b/Src/Modules/zpty.c @@ -632,7 +632,7 @@ bin_zpty(char *nam, char **args, Options ops, int func) if (p->fin) return 2; if (OPT_ISSET(ops,'t') && p->read == -1 && - !read_poll(p->fd, &p->read, 0)) + !read_poll(p->fd, &p->read, 0, 0)) return 1; return (OPT_ISSET(ops,'r') ? |