summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 883653b)
raw | patch | inline | side by side (parent: 883653b)
author | Liu Yubao <yubao.liu@gmail.com> | |
Fri, 15 Sep 2006 20:46:07 +0000 (13:46 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 18 Sep 2006 04:40:03 +0000 (21:40 -0700) |
[jc: patch came without sign-off but it was too obvious and trivial.]
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-add.c | patch | blob | history |
diff --git a/builtin-add.c b/builtin-add.c
index 0cb9c812006ba4826122b57b9732e895b0eed905..febb75ed994b5edc51afc60e2d46483fa9e273f2 100644 (file)
--- a/builtin-add.c
+++ b/builtin-add.c
base = "";
if (baselen) {
char *common = xmalloc(baselen + 1);
- common = xmalloc(baselen + 1);
memcpy(common, *pathspec, baselen);
common[baselen] = 0;
path = base = common;