[Mono-bugs] [Bug 42631][Cri] Changed - Path.GetFullPath adds duplicate drive ("c:\c:\") on win32
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 15 May 2003 22:52:04 -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 fxjrlists@yahoo.com.br.
http://bugzilla.ximian.com/show_bug.cgi?id=42631
--- shadow/42631 Thu May 8 22:00:26 2003
+++ shadow/42631.tmp.26623 Thu May 15 22:52:04 2003
@@ -1,13 +1,13 @@
Bug#: 42631
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: win 2000
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Critical
Component: CORLIB
AssignedTo: bmaurer@users.sf.net
ReportedBy: pelle.johnsen@mail.dk
QAContact: mono-bugs@ximian.com
@@ -135,6 +135,11 @@
------- Additional Comments From bmaurer@users.sf.net 2003-05-08 22:00 -------
Ok, got another test on windows. This patch looks fine. Commiting.
Miguel--I am happy with the quality now that it has been tested twice.
Feel free to make a package from the *last* patch. If you wish, you
could also repackage a version of CVS with my changes backed out.
+
+------- Additional Comments From fxjrlists@yahoo.com.br 2003-05-15 22:52 -------
+
+Hi, in the last version of Path.cs (1.31), I still get c:\c:\
+behaviour when using GetFullPath() method.