This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/Socket.cpp b/src/Socket.cpp | |
index 5998881..bdf942a 100755 | |
--- a/src/Socket.cpp | |
+++ b/src/Socket.cpp | |
@@ -139,7 +139,7 @@ int Socket::sync() { | |
if(pptr() == pbase()) // Allready in sync | |
return 0; | |
try { | |
- setp(pbase(), pptr()+send(pbase(), pptr()-pbase())); | |
+ setp(pbase(), pbase()+send(pbase(), pptr()-pbase())); |