Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
probe_utf8_pathname_composition: use internal strbuf
[gitweb.git]
/
builtin
/
init-db.c
diff --git
a/builtin/init-db.c
b/builtin/init-db.c
index e7d0e31f46e9890a267fa508fa43d184d563afed..89addda4fd078c59d109ea6bdf3e99ed7ac1837e 100644
(file)
--- a/
builtin/init-db.c
+++ b/
builtin/init-db.c
@@
-312,7
+312,7
@@
static int create_default_files(const char *template_path)
strcpy(path + len, "CoNfIg");
if (!access(path, F_OK))
git_config_set("core.ignorecase", "true");
- probe_utf8_pathname_composition(
path, len
);
+ probe_utf8_pathname_composition();
}
return reinit;