http://bugs.winehq.org/show_bug.cgi?id=10809
--- Comment #15 from Alex Villacís Lasso a_villacis@palosanto.com 2007-12-20 10:59:16 --- Created an attachment (id=9723) --> (http://bugs.winehq.org/attachment.cgi?id=9723) Fix for another regression, in 3.1-style file dialog
This patch fixes another regression caused by the fix to LB_DIR to return -1 when no files match the wildcard (validated by tests). The Wine 3.1-style file open/save dialogs assumed LB_ERR is a fatal error and stop. The patch removes this assumption.
This one should really fix this bug. :-) Patch already sent to wine-patches.
Changelog: * LB_DIR can legitimately return -1 when no files match the wildcard, so it is not an error. Do not treat it as such.