http://bugs.winehq.org/show_bug.cgi?id=58340
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- thanks for catching this one
I'd prefer moving /* clear previous last */ if (prev) prev->is_last = 0; just before if (!last_matches) (so that we have first half dealing with existing entries, and second half dealing with new entries)
(for the record, regression introduced by 5c54087c4748324b1726fb8545dd90b3d80bc698)