From 6254d772fdc00a7e039db5d6e5ce25933ea0fece Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 25 Oct 2008 11:32:48 +0000
Subject: [PATCH] *** empty log message ***

---
 Common/GmshSocket.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/GmshSocket.h b/Common/GmshSocket.h
index 6bfa40a1d3..5b13db0ee4 100644
--- a/Common/GmshSocket.h
+++ b/Common/GmshSocket.h
@@ -65,7 +65,7 @@ class GmshSocket{
     int sofar = 0;
     int remaining = bytes;
     do {
-      ssize_t len = send(_sock, buf + sofar, remaining, 0); 
+      int len = send(_sock, buf + sofar, remaining, 0); 
       sofar += len;
       remaining -= len;
     } while(remaining > 0);
-- 
GitLab