Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule: don't use submodule_from_name
[gitweb.git]
/
server-info.c
diff --git
a/server-info.c
b/server-info.c
index 6f865b73a3aa014a9cecb13dbf86dede70a02a59..5ec5b1d827a54486c83efc802ebc6eb1f40062c4 100644
(file)
--- a/
server-info.c
+++ b/
server-info.c
@@
-133,7
+133,7
@@
static int read_pack_info_file(const char *infofile)
char line[1000];
int old_cnt = 0;
- fp = fopen(infofile, "r");
+ fp = fopen
_or_warn
(infofile, "r");
if (!fp)
return 1; /* nonexistent is not an error. */