http://bugs.winehq.org/show_bug.cgi?id=19315
--- Comment #12 from Amos Wenger amoswenger@gmail.com 2009-07-14 07:52:48 --- I did: $ git bisect reset $ git revert 50419daa11b921237a0203e713450b7776ea3463
Then it said it couldn't revert automatically, I did $ git status
The conflict was in query.c lines 333 to 354 approx, so I commented one of the two versions (see the attachment), compiled everything again, and the bug is gone =) So it's seems it's in this commit after all (except if I did anything wrong)
I'm gonna test the demo right away.