Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack-objects: don't leak pack window reference when splitting packs
[gitweb.git]
/
path.c
diff --git
a/path.c
b/path.c
index 76e8872622e435b050f77198ef6eef6e6ff6869e..c1cb54b7b8b478c717861a0205e537ded3fbbfc9 100644
(file)
--- a/
path.c
+++ b/
path.c
@@
-348,7
+348,7
@@
int normalize_absolute_path(char *buf, const char *path)
goto next;
}
- mem
cpy
(dst, comp_start, comp_len);
+ mem
move
(dst, comp_start, comp_len);
dst += comp_len;
next:
comp_start = comp_end;