* [PATCH] init-db.c: fix stupid typo
@ 2005-04-19 20:31 Zach Welch
0 siblings, 0 replies; only message in thread
From: Zach Welch @ 2005-04-19 20:31 UTC (permalink / raw)
To: git
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 <zw@superlucidity.net>
--- 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:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-19 20:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-19 20:31 [PATCH] init-db.c: fix stupid typo Zach Welch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).