From 4960f3ff2fc7c4313df1980d5c4f0a3c5fec48aa Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Thu, 7 Mar 2013 19:48:47 -0800 Subject: Hm, or not. --- src/nyancat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nyancat.c b/src/nyancat.c index cef7034..e7d3f38 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -444,7 +444,6 @@ int main(int argc, char ** argv) { /* This was a response to the TTYPE command, meaning * that this should be a terminal type */ alarm(0); - alarm(2); strcpy(term, &sb[2]); done++; } @@ -452,7 +451,6 @@ int main(int argc, char ** argv) { /* This was a response to the NAWS command, meaning * that this should be a window size */ alarm(0); - alarm(2); terminal_width = sb[2]; done++; } -- cgit v1.2.3