make gcc-4.8 happy

develop
Myk Taylor 2023-01-08 23:43:02 -08:00
parent 2877f87d78
commit c647ae33d8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -688,7 +688,7 @@ static void autochop_printStatus(color_ostream &out) {
protect_edible = get_config_bool(c, BURROW_CONFIG_PROTECT_EDIBLE);
protect_cookable = get_config_bool(c, BURROW_CONFIG_PROTECT_COOKABLE);
}
out.print(fmt, name_width, burrow->name, int_to_string(burrow->id).c_str(),
out.print(fmt, name_width, burrow->name.c_str(), int_to_string(burrow->id).c_str(),
chop ? "[x]" : "[ ]", clearcut ? "[x]" : "[ ]",
int_to_string(tree_counts[burrow->id]).c_str(),
int_to_string(designated_tree_counts[burrow->id]).c_str(),