Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Convert to use quiet option when available
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index e7d91f5847f09a302e962843041aeea1e57c3723..8c1ae598a98ed013be61ccf64170b21924186f5f 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)