Index: crossfire-client-1.71.0/common/newsocket.c
===================================================================
--- crossfire-client-1.71.0.orig/common/newsocket.c	2014-04-06 01:21:27.000000000 +0300
+++ crossfire-client-1.71.0/common/newsocket.c	2014-05-12 20:07:00.890613670 +0300
@@ -62,7 +62,7 @@
         do {
 #ifndef WIN32
             amt=write(fd, pos, len);
-        } while ((amt<0) && ((errno==EINTR) || (errno=EAGAIN)));
+        } while ((amt<0) && ((errno==EINTR) || (errno==EAGAIN)));
 #else
             amt=send(fd, pos, len, 0);
         }
