wrowe 01/08/30 08:44:09
Modified: file_io/win32 filepath.c
Log:
Ugh... that was NOTDIR, not a second NOENT. We are very happy with any
NOTDIR right here - directory_walk will catch them eventually.
Revision Changes Path
1.11 +1 -1 apr/file_io/win32/filepath.c
Index: filepath.c
===================================================================
RCS file: /home/cvs/apr/file_io/win32/filepath.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- filepath.c 2001/08/29 23:35:04 1.10
+++ filepath.c 2001/08/30 15:44:09 1.11
@@ -903,7 +903,7 @@
if (rv != APR_SUCCESS) {
if (APR_STATUS_IS_ENOENT(rv))
break;
- else if (APR_STATUS_IS_ENOENT(rv))
+ else if (APR_STATUS_IS_ENOTDIR(rv))
/* This is a little more serious, we just added a name
* onto a filename (think http's CGI MORE_INFO)
* If the caller is foolish enough to do this, we expect