summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5fced8d)
raw | patch | inline | side by side (parent: 5fced8d)
author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 28 Aug 2006 00:13:44 +0000 (20:13 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 14 Jan 2007 07:15:09 +0000 (02:15 -0500) |
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c | patch | blob | history |
diff --git a/fast-import.c b/fast-import.c
index 778b8bfdd4aab6697b9955d1ee7ae928c1905956..5376b5e15c021ddd67223f542d2877b4664b15a5 100644 (file)
--- a/fast-import.c
+++ b/fast-import.c
dump_branches();
dump_tags();
dump_marks();
- fclose(branch_log);
+ if (branch_log)
+ fclose(branch_log);
fprintf(stderr, "%s statistics:\n", argv[0]);
fprintf(stderr, "---------------------------------------------------\n");