*** empty log message ***
authorroot <root>
Tue, 12 May 2009 08:21:56 +0000 (08:21 +0000)
committerroot <root>
Tue, 12 May 2009 08:21:56 +0000 (08:21 +0000)
src/main.C

index b8a9d5e..56122c1 100644 (file)
@@ -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