http://bugs.winehq.org/show_bug.cgi?id=10809
Alex Villacís Lasso a_villacis@palosanto.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1
--- Comment #11 from Alex Villacís Lasso a_villacis@palosanto.com 2007-12-18 14:04:41 --- (In reply to comment #10)
Blitzin 2.34 is a 16-bit app. It exhibits this phenomenon. It can be freely downloaded from http://www.chessclub.com/bits/interface/blitzin234.exe. Please note that Wine needs to be set to Win95 to install it.
Choose "File > New Connection" and click on the "Connect as guest" button.
When logged in, choose "File > Log Console". The "Directories" pane in the resulting dialog should fail to operate correctly.
Confirmed. Assigning to myself.
It seems that LB_DIR needs a test on what should be returned when the wildcard does not match any files at all. The problematic LB_DIR uses wParam=0, and lParam="*.txt", when there are no *.txt in the current directory. The need for the test is supported by the fact that the regression is "fixed" with a simple 'touch whatever.txt' at the initial directory.