Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http-backend: respect CONTENT_LENGTH for receive-pack
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index fbbf0f8e9f2b2ae0a96769108d8a2773f071aec1..158afa858b6c9fce1f23940e41d83aaf229eeed2 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-921,7
+921,7
@@
int git_parse_ulong(const char *value, unsigned long *ret)
return 1;
}
-
static
int git_parse_ssize_t(const char *value, ssize_t *ret)
+int git_parse_ssize_t(const char *value, ssize_t *ret)
{
intmax_t tmp;
if (!git_parse_signed(value, &tmp, maximum_signed_value_of_type(ssize_t)))