r5412 - trunk/Docs/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 5 08:16:03 EST 2009


Author: div0
Date: 2009-01-05 08:16:03 -0500 (Mon, 05 Jan 2009)
New Revision: 5412

Modified:
   trunk/Docs/server/rcon.pl
Log:
oops... this line did nothing


Modified: trunk/Docs/server/rcon.pl
===================================================================
--- trunk/Docs/server/rcon.pl	2009-01-05 12:43:57 UTC (rev 5411)
+++ trunk/Docs/server/rcon.pl	2009-01-05 13:16:03 UTC (rev 5412)
@@ -504,10 +504,10 @@
 				$_ = (color_dp2ansi $_) . "\033[m" unless $colors;
 				print "$_\n"
 			}
-			last unless $!{EAGAIN} || $!{EWOULDBLOCK};
 			$endtime = Time::HiRes::time() + $timeouti;
 			$endtime = $endtime_max
 				if $endtime > $endtime_max;
 		}
 	}
 }
+exit 0;




More information about the nexuiz-commits mailing list