Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSD
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index cf58f875b889eb0360df1f58cacf4f4017c6c10f..420b3a00d30c9f02a93527e41478cd326914ce54 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-3274,9
+3274,7
@@
static void option_export_pack_edges(const char *edges)
{
if (pack_edges)
fclose(pack_edges);
- pack_edges = fopen(edges, "a");
- if (!pack_edges)
- die_errno("Cannot open '%s'", edges);
+ pack_edges = xfopen(edges, "a");
}
static int parse_one_option(const char *option)