mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-16 07:40:49 +01:00
Yet another special case
This commit is contained in:
parent
7811527239
commit
33bbd6a592
@ -151,7 +151,9 @@ Label LBLFile::label8b(Handle &hdl, quint32 offset, bool capitalize) const
|
|||||||
if (!c || c == 0x1d)
|
if (!c || c == 0x1d)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if ((c >= 0x1e && c <= 0x1f)) {
|
if (c == 0x1c)
|
||||||
|
capitalize = false;
|
||||||
|
else if ((c >= 0x1e && c <= 0x1f)) {
|
||||||
if (bap == &shieldLabel)
|
if (bap == &shieldLabel)
|
||||||
bap = &label;
|
bap = &label;
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user