Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120866
Collapse All | Expand All

(-)yadex-1.7.0/src/wadlist.cc.old (-1 / +1 lines)
Lines 175-181 Link Here
175
  priv->iter = priv->list.erase (i);
175
  priv->iter = priv->list.erase (i);
176
  if (priv->iter == priv->list.begin ())
176
  if (priv->iter == priv->list.begin ())
177
  {
177
  {
178
    priv->iter = 0;			// Catch bugs
178
    priv->iter = (std::_List_iterator<boost::shared_ptr<Wad_file> >)NULL;			// Catch bugs
179
    priv->rewound = true;
179
    priv->rewound = true;
180
  }
180
  }
181
}
181
}

Return to bug 120866