diff --git a/src/map/ENC/mapdata.cpp b/src/map/ENC/mapdata.cpp index f9c02583..3f1f2451 100644 --- a/src/map/ENC/mapdata.cpp +++ b/src/map/ENC/mapdata.cpp @@ -253,7 +253,7 @@ MapData::Point::Point(uint type, const Coordinates &c, const QString &label, _param = QVariant(params.at(0).toDouble()); } else if (type>>16 == I_SISTAT || type>>16 == SISTAT) { if (_label.isEmpty()) - _label = sistat(type && 0xFF); + _label = sistat(type & 0xFF); _type = TYPE(SISTAT); } }