[chirp_devel] [PATCH] [VV-898] File SAVE/RELOAD difficulties Jetstream JT270

Jim Unroe
Sat May 30 13:25:49 PDT 2015


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1433017451 14400
# Node ID bb912823d62c5345caa613d5c9f94b62fc9222b3
# Parent  d5d7c8a069537939ec39575b6eabbc36c40e5934
[VV-898] File SAVE/RELOAD difficulties Jetstream JT270

Correct typos discovered while resolving issue #2621

diff -r d5d7c8a06953 -r bb912823d62c chirp/drivers/leixen.py
--- a/chirp/drivers/leixen.py	Tue May 12 15:27:55 2015 -0700
+++ b/chirp/drivers/leixen.py	Sat May 30 16:24:11 2015 -0400
@@ -853,7 +853,7 @@
     @classmethod
     def match_model(cls, filedata, filename):
         if filedata[0x168:0x170].startswith(cls._file_ident) and \
-                               filedata[0x170:0x178].startswith("LX-/x89/x85"):
+                               filedata[0x170:0x178].startswith("LX-\x89\x85"):
             return True
         elif filedata[0x900:0x906] == cls.MODEL:
             return True



More information about the chirp_devel mailing list