Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
preserve mtime of local clone
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index e87edeab0c6b9579ecbd9bc5a9a11c3522d21ccf..bf122202a014160321d97444a9b3bf2b546f6f3f 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-1116,7
+1116,7
@@
int git_config_set_multivar(const char *key, const char *value,
copy_end - copy_begin)
goto write_err_out;
if (new_line &&
- write_
in_full(fd, "\n", 1
) != 1)
+ write_
str_in_full(fd, "\n"
) != 1)
goto write_err_out;
}
copy_begin = store.offset[i];