mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
6 + the leading A of course...
This commit is contained in:
parent
51e0f9a9c6
commit
8deab1c9ca
@ -87,7 +87,7 @@ static bool readTimestamp(const char *data, QTime &time)
|
||||
|
||||
static bool readARecord(const char *line, qint64 len)
|
||||
{
|
||||
if (len < 6 || line[0] != 'A')
|
||||
if (len < 7 || line[0] != 'A')
|
||||
return false;
|
||||
|
||||
for (int i = 1; i < 7; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user