summaryrefslogtreecommitdiff
path: root/syncClientSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 22:33:16 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 22:33:16 +0000
commit5962cd2e8dc2c41b121717fd0cf52bbee04729ec (patch)
treea41f501dfbc4ce986997bc0037c10c523cd69ba9 /syncClientSocket.h
parentfix (diff)
changed types
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 432657a..e85b7cf 100644
--- a/syncClientSocket.h
+++ b/syncClientSocket.h
@@ -26,7 +26,7 @@ public:
private:
ConnectionList & cl_;
std::stringstream iss_;
- int16_t missing_chars;
+ int32_t missing_chars;
};