mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-09-02 00:58:31 +00:00
Raise MapTileStore::PATH_CAPACITY from 64 to 80 so the mount buffer (PATH_CAPACITY + 4) holds the 80-character mounted tile path produced by a maximum-length (31-char) pack ID with full-width tile coordinates. Pre-fix, any tile with a two-digit x or y returned INVALID_ARGUMENT from the mount-prefix snprintf, which MapTilePack maps to IO_ERROR and the UI shows as 'Tile I/O error' even though the file exists and is intact. The host regression test added in the prior commit now passes under both strict C++11 and ASan/UBSan; reverting this change fails it.