Modify ↓
Opened 17 years ago
Closed 17 years ago
#1626 closed defect (fixed)
[PATCH] Bug in NMEA parser
| Reported by: | Owned by: | framm | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | Cc: |
Description
Attached is a patch for importing corrupt NMEA files (files which contain lines that are incomplete).
Attachments (1)
Change History (5)
by , 17 years ago
| Attachment: | josm-nmea-bugfix.java added |
|---|
comment:1 by , 17 years ago
| Summary: | Bug in NMEA parser → [PATCH] Bug in NMEA parser |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Unfortunately the patch introduced another bug that now causes no nmea files to be read correctly. It is worth understanding the code before applying a bug. And also, GPRMC sentence is only 12 words long anyway.
Note:
See TracTickets
for help on using tickets.



Fixed in r1049