aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/org/traccar/protocol/CellocatorProtocolDecoder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/protocol/CellocatorProtocolDecoder.java b/src/org/traccar/protocol/CellocatorProtocolDecoder.java
index 59350da22..178e17530 100644
--- a/src/org/traccar/protocol/CellocatorProtocolDecoder.java
+++ b/src/org/traccar/protocol/CellocatorProtocolDecoder.java
@@ -71,7 +71,7 @@ public class CellocatorProtocolDecoder extends BaseProtocolDecoder {
reply.writeInt(0); // authentication code
reply.writeByte(0);
reply.writeByte(packetNumber);
- reply.writeZero(10);
+ reply.writeZero(11);
byte checksum = 0;
for (int i = 4; i < 27; i++) {