aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wprt.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wprt.cc')
-rw-r--r--lib/wprt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wprt.cc b/lib/wprt.cc
index 89d037f..bd87b8a 100644
--- a/lib/wprt.cc
+++ b/lib/wprt.cc
@@ -98,7 +98,7 @@ sendCommand(enum commands cc, bufferStore & data)
}
bool result;
bufferStore a;
- a.addByte(cc);
+ a.addWord(cc);
a.addBuff(data);
result = skt->sendBufferStore(a);
if (!result) {