Fix a stupid typo from the last mkdir refactorng patch.
init-db.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Signed-Off-By: Zach Welch <[EMAIL PROTECTED]>
--- a/init-db.c 2005-04-19 13:06:11.000000000 -0700
+++ a/init-db.c 2005-04-19 13:06:16.000000000 -0700
@@ -11,7 +11,7 @@
* be the judge. The default case is to have a DB per managed directory.
*/
-static void create_dir(char *path)
+static void create_dir(char *dir)
{
if (mkdir(dir, 0755) < 0) {
if (errno != EEXIST) {
There are 0 patches in this series:
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html