From 6fdf89970ae8511a426db90642ed43a0cfc34b2c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 6 Sep 2009 20:58:31 +0000 Subject: [PATCH] fix compile --- Common/GmshDaemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/GmshDaemon.cpp b/Common/GmshDaemon.cpp index 43aeb05178..253fc4022d 100644 --- a/Common/GmshDaemon.cpp +++ b/Common/GmshDaemon.cpp @@ -33,7 +33,7 @@ int GmshDaemon(std::string socket) tmp << "Hello! I've received msg type=" << type << " len=" << length << " str=" << msg; client.Info(tmp.str().c_str()); - if(type == GmshSocket::STOP){ + if(type == GmshSocket::GMSH_STOP){ client.Info("Stopping connection!"); delete [] msg; break; -- GitLab