[Mono-bugs] [Bug 48222][Min] Changed - io.c:DeleteFile() does not call _wapi_set_last_error_from_errno() as it should
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Sep 2003 20:44:08 -0400 (EDT)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48222
--- shadow/48222 2003-09-08 11:50:40.000000000 -0400
+++ shadow/48222.tmp.17579 2003-09-21 20:44:07.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 48222
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: dick@ximian.com
ReportedBy: richard.torkar@htu.se
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -27,6 +27,11 @@
I believe that _wapi_set_last_error_from_errno() should be implemented in
DeleteFile() thus making ves_icall_System_IO_MonoIO_DeleteFile() being able
to retrieve valid error results.
<disclaimer>I'm no wapi-guru</discalimer>
+
+------- Additional Comments From gonzalo@ximian.com 2003-09-21 20:44 -------
+Right.
+
+Your fix is in CVS now.