diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-12-22 18:14:31 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-12-22 18:14:31 -0800 |
| commit | c63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (patch) | |
| tree | 26958529f1ffcf1a257fe602c1d49664c46d8b64 /config.c | |
| parent | GIT 1.0.0b (diff) | |
| parent | sha1_to_hex: properly terminate the SHA1 (diff) | |
| download | git-1.0.3.tar.gz git-1.0.3.zip | |
GIT 1.0.3v1.0.3
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -487,7 +487,7 @@ int git_config_set_multivar(const char* key, const char* value, store.value_regex = (regex_t*)malloc(sizeof(regex_t)); if (regcomp(store.value_regex, value_regex, REG_EXTENDED)) { - fprintf(stderr, "Invalid pattern: %s", + fprintf(stderr, "Invalid pattern: %s\n", value_regex); free(store.value_regex); return 6; |
