wrowe 01/05/15 20:42:35
Modified: file_io/win32 filepath.c
Log:
If I don't understand my original comment, who else will?
Revision Changes Path
1.5 +3 -3 apr/file_io/win32/filepath.c
Index: filepath.c
===================================================================
RCS file: /home/cvs/apr/file_io/win32/filepath.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- filepath.c 2001/04/12 13:41:57 1.4
+++ filepath.c 2001/05/16 03:42:35 1.5
@@ -254,9 +254,9 @@
/* WinNT accepts several odd forms of a 'root' path. Under Unicode
* calls (ApiFunctionW) the //?/C:/foo or //?/UNC/mach/share/foo forms
* are accepted. Ansi and Unicode functions both accept the //./C:/foo
- * form. Since these forms are handled in the utf-8 to unicode
- * translation phase, we don't want the user confused by them, so we
- * will accept them but always return the canonical C:/ or //mach/share/
+ * form under WinNT/2K. Since these forms are handled in the utf-8 to
+ * unicode translation phase, we don't want the user confused by them, so
+ * we will accept them but always return the canonical C:/ or //mach/share/
*/
APR_DECLARE(apr_status_t) apr_filepath_root(const char **rootpath,