mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-20 13:51:45 +00:00
f512b7ea9e
The visited-cities counter took the comma part right before the country, which is the postal code in addresses like "Bucharest, 010071, Romania" — stripping the digits left an empty string, so the city was never counted. Walk back from the country and use the first part that still has letters after stripping the postal noise. Closes #940