This commit is contained in:
Guillaume Melquiond 2010-01-07 19:20:44 +00:00
parent 6a99970c38
commit 56f1c4825a

View File

@ -1353,7 +1353,7 @@ public:
do {
std::vector<std::string> adv_units =
reverse ? type_.advances_from() : type_.advances_to();
bool first = false;
bool first = true;
foreach (const std::string &adv, adv_units)
{