summaryrefslogtreecommitdiff
path: root/syncClientSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'syncClientSocket.h')
-rw-r--r--syncClientSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncClientSocket.h b/syncClientSocket.h
index 5334079..432657a 100644
--- a/syncClientSocket.h
+++ b/syncClientSocket.h
@@ -26,7 +26,7 @@ public:
private:
ConnectionList & cl_;
std::stringstream iss_;
- uint16_t missing_chars;
+ int16_t missing_chars;
};