mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02:00
format support lib
This commit is contained in:
2
slsSupportLib/src/ClientSocket.cpp
Executable file → Normal file
2
slsSupportLib/src/ClientSocket.cpp
Executable file → Normal file
@ -72,7 +72,7 @@ void ClientSocket::readReply(int &ret, void *retval, size_t retval_size) {
|
||||
|
||||
try {
|
||||
Receive(&ret, sizeof(ret));
|
||||
}
|
||||
}
|
||||
// debugging
|
||||
catch (sls::SocketError &e) {
|
||||
if (socketType == "Receiver") {
|
||||
|
Reference in New Issue
Block a user