mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Print a warning message on unsupported IMG compression
This commit is contained in:
parent
1bb9908936
commit
070eff2115
@ -144,8 +144,10 @@ bool RGNFile::init()
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
// NT maps
|
// NT maps
|
||||||
if (dictSize || dictOffset)
|
if (dictSize || dictOffset) {
|
||||||
|
qWarning("NT compression not supported");
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_init = true;
|
_init = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user