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...
Bug #801661 » 0001-Drop-duplicate-setting-of-mapimg-layer-indicator-cha.patch
client/climisc.c | ||
---|---|---|
1374 | 1374 |
for (layer = mapimg_layer_begin(); layer != mapimg_layer_end(); |
1375 | 1375 |
layer = mapimg_layer_next(layer)) { |
1376 | 1376 |
if (mapimg_layer[layer]) { |
1377 |
cat_snprintf(map, sizeof(map), "%s", |
|
1378 |
mapimg_layer_name(layer)); |
|
1379 | 1377 |
map[map_pos++] = mapimg_layer_name(layer)[0]; |
1380 | 1378 |
} |
1381 | 1379 |
} |
1382 |
- |
- « Previous
- 1
- 2
- Next »