mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 19:49:15 +02:00
Unify unsupported data handling
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user