HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. "Read more...":https://support.plan.io/news/187
Actions
Bug #800781
closedpick_terrain(): NULL for %s
Start date:
Due date:
% Done:
0%
Estimated time:
Description
pick_terrain() has this code:
if (prefer != MG_UNUSED)
...
else ... printf("...%s...", ..., mapgen_terrain_property_name(prefer), ... );
mapgen_terrain_property_name(MG_UNUSED) returns NULL.
Files
Updated by Marko Lindqvist about 4 years ago
- File 0001-Do-not-try-to-print-NULL-terrain-property-for-s.patch 0001-Do-not-try-to-print-NULL-terrain-property-for-s.patch added
- File 0001-Do-not-try-to-print-NULL-terrain-property-for-s.patch 0001-Do-not-try-to-print-NULL-terrain-property-for-s.patch added
- File 0001-Do-not-try-to-print-NULL-terrain-property-for-s.patch 0001-Do-not-try-to-print-NULL-terrain-property-for-s.patch added
- Status changed from In Progress to Resolved
Updated by Marko Lindqvist about 4 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist
Actions