Index: aptitude-0.4.5.4/src/vscreen/vscreen.cc
===================================================================
--- aptitude-0.4.5.4.orig/src/vscreen/vscreen.cc	2007-07-18 19:09:00.000000000 +0200
+++ aptitude-0.4.5.4/src/vscreen/vscreen.cc	2007-07-18 19:09:36.000000000 +0200
@@ -373,11 +373,12 @@
 
 	if(result != 1)
 	  {
-	    if(errno != EINTR)
+	    if(errno != EINTR) {
 	      // Probably means that there was an error reading
 	      // standard input.  (could also be ENOMEM)
 	      vscreen_post_event(new fatal_input_error(errno));
 	    break;
+			}
 	  }
 	else
 	  {
