aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ppsocket.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ppsocket.cc')
-rw-r--r--lib/ppsocket.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ppsocket.cc b/lib/ppsocket.cc
index 757c2a4..6632241 100644
--- a/lib/ppsocket.cc
+++ b/lib/ppsocket.cc
@@ -327,7 +327,7 @@ sendBufferStore(const bufferStore & a)
int i;
bufferStore b;
- b.addDWord(hl);
+ b.addBytes(reinterpret_cast<const unsigned char *>(&hl), sizeof(hl));
b.addBuff(a);
l += 4;
while (l > 0) {