diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/org/traccar/protocol/GoSafeProtocolDecoder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/protocol/GoSafeProtocolDecoder.java b/src/org/traccar/protocol/GoSafeProtocolDecoder.java index 38901cf88..de6a6f425 100644 --- a/src/org/traccar/protocol/GoSafeProtocolDecoder.java +++ b/src/org/traccar/protocol/GoSafeProtocolDecoder.java @@ -62,7 +62,7 @@ public class GoSafeProtocolDecoder extends BaseProtocolDecoder { .groupEnd() .groupBegin() .text("GSM:").expression("[^,]*,?") - .groupEnd() + .groupEnd("?") .groupBegin() .text("COT:") .number("(d+)") // odometer |