From 47743c1470b54f16a01ebfc1b5a1e06471d7681c Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 28 May 1998 10:44:01 +0000 Subject: [PATCH] compiler --- src/comm.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/comm.cc b/src/comm.cc index 91815a5fc1..7d0fbfcbc9 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,7 +1,7 @@ /* - * $Id: comm.cc,v 1.261 1998/05/28 04:42:28 wessels Exp $ + * $Id: comm.cc,v 1.262 1998/05/28 04:44:01 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -898,7 +898,7 @@ comm_incoming(void) { int j; incame = 0; - if (theInIcpConnection > 0) + if (theInIcpConnection > 0) { icpHandleUdp(theInIcpConnection, &incame); if (theInIcpConnection != theOutIcpConnection) icpHandleUdp(theOutIcpConnection, &incame); -- 2.47.3