summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d158631)
raw | patch | inline | side by side (parent: d158631)
author | Alexandre Julliard <julliard@winehq.org> | |
Fri, 24 Nov 2006 14:58:50 +0000 (15:58 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 24 Nov 2006 23:42:50 +0000 (15:42 -0800) |
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
shallow.c | patch | blob | history |
diff --git a/shallow.c b/shallow.c
index 2db1dc428f80bb4e28ca5a059720433d12131d4a..3d53d17423a73a1e206ee631c33ec7a88c40707a 100644 (file)
--- a/shallow.c
+++ b/shallow.c
commit = NULL;
continue;
}
- commit->util = xcalloc(1, sizeof(int));
+ if (!commit->util)
+ commit->util = xmalloc(sizeof(int));
+ *(int *)commit->util = 0;
cur_depth = 0;
} else {
commit = (struct commit *)