Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t/t3905: use the name 'actual' for test output, swap arguments to test_cmp
[gitweb.git]
/
path.c
diff --git
a/path.c
b/path.c
index 8951333cb88a6e28ef29538183ebf71e3b0913fa..4d73cc9cd26708b4cb41e86fb319b93f526cb2f2 100644
(file)
--- a/
path.c
+++ b/
path.c
@@
-397,7
+397,7
@@
int set_shared_perm(const char *path, int mode)
return 0;
}
-const char *
make_
relative_path(const char *abs, const char *base)
+const char *relative_path(const char *abs, const char *base)
{
static char buf[PATH_MAX + 1];
int i = 0, j = 0;