Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'lt/pack-object-memuse'
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index b76fe4c6dcc966f8c7c15da44d15f7cf45740f5b..2d70398b1608fa39e665fd25fbd95221b0a62d99 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-51,7
+51,7
@@
static char *parse_value(void)
for (;;) {
int c = get_next_char();
- if (len >= sizeof(value))
+ if (len >= sizeof(value)
- 1
)
return NULL;
if (c == '\n') {
if (quote)