mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
Unify unsupported data handling
This commit is contained in:
parent
1f52dad1c6
commit
56b7014eaf
@ -13,10 +13,10 @@ bool HuffmanStreamF::init(bool line)
|
||||
quint32 eb;
|
||||
if (!_bs.read(1, eb))
|
||||
return false;
|
||||
if (eb) {
|
||||
qWarning() << "Extended lines/polygons not supported";
|
||||
|
||||
Q_ASSERT(!eb);
|
||||
if (eb)
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user