This commit is contained in:
ln-zookeeper 2016-01-10 23:25:54 +02:00
commit 7380308524

View file

@ -102,7 +102,7 @@ set_label(twindow& window, const std::string& id, const std::string& label)
static std::string format_stats(const unit& u)
{
const std::string& name = "<span size='large'>" + (!u.name().empty() ? u.name() : " ") + "</span>";
const std::string name = "<span size='large'>" + (!u.name().empty() ? u.name() : " ") + "</span>";
std::string traits;
BOOST_FOREACH(const std::string& trait, u.get_traits_list()) {