[Mono-bugs] [Bug 53166][Nor] Changed - FindFirstFile does not find any files

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jan 2004 06:33:01 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by joergr@voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53166

--- shadow/53166	2004-01-21 06:32:37.000000000 -0500
+++ shadow/53166.tmp.1464	2004-01-21 06:33:01.000000000 -0500
@@ -35,6 +35,11 @@
 Additional Information:
 The problem was g_convert in FindNextFile. It returns NULL for the found
 directory entries. Replacing it using mono_unicode_from_external from
 utils/strenc it works for us (we have MONO_EXTERNAL_ENCODINGS=default_locale).
 
 If I could get the original io.c from WebCVS I could provide a patch.
+
+------- Additional Comments From JoergR@voelcker.com  2004-01-21 06:33 -------
+Created an attachment (id=6485)
+Test case
+