mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +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;
|
||||
|
||||
// NT maps
|
||||
if (dictSize || dictOffset)
|
||||
if (dictSize || dictOffset) {
|
||||
qWarning("NT compression not supported");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
_init = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user