Follow-up Comment #3, bug #19503 (project wesnoth):

Think I found the "something else". Same file, this time inside the
get_saves_list() function. At lines 274-275, there is a call to
filenames.erase() with only one parameter, which causes only a single entry to
be erased, when the apparent intent is to erase from that point to the end.
(Adding filenames.end() as a second parameter here, plus adding NULL as a
first parameter when calling this function, together have my auto-saves
behaving properly again.)

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?19503>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to