From b3d37fe6c59dfa39077285386721142684a912fa Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 May 2009 08:21:56 +0000 Subject: [PATCH] *** empty log message *** --- src/main.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.C b/src/main.C index b8a9d5e9..56122c1b 100644 --- a/src/main.C +++ b/src/main.C @@ -648,7 +648,7 @@ rxvt_term::tt_winch () ws.ws_row = nrow; ws.ws_xpixel = width; ws.ws_ypixel = height; - (void)ioctl (pty->pty, TIOCSWINSZ, &ws); + ioctl (pty->pty, TIOCSWINSZ, &ws); #if 0 // TIOCSWINSZ is supposed to do this automatically and correctly -- 2.34.1