http://bugs.winehq.org/show_bug.cgi?id=5678
juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
------- Additional Comments From juan_lang@yahoo.com 2006-15-07 14:22 ------- Yeah, this was a boneheaded mistake. In ACTION_AppSearch, wherever it reads: if (rc == ERROR_SUCCESS && !*value) it should read: if (rc == ERROR_SUCCESS && !value)
I'll send a patch as soon as I'm back near a wine tree.