(CLEANUP_CWD): Change one more `return 1' to `return false'.
authorJim Meyering <jim@meyering.net>
Sun, 12 Jun 2005 19:56:37 +0000 (19:56 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Jun 2005 19:56:37 +0000 (19:56 +0000)
This fixes a bug introduced on 2004-07-30.

lib/mkdir-p.c

index 433d871..839b338 100644 (file)
@@ -63,7 +63,7 @@
                _("failed to return to initial working directory")); \
              free_cwd (&cwd);                          \
              errno = _saved_errno;                     \
-             return 1;                                 \
+             return false;                             \
            }                                           \
          free_cwd (&cwd);                              \
        }                                               \