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 | 8d712aafd2df3c1f5147a28947f98cefe667cf76 (diff) | |
parent | 1e80e0449248edb77b0fb9853f4a3404a599e207 (diff) | |
download | git-c63da8d8e8c5b5078e59af15c1a41ff98ad61d59.tar.gz git-c63da8d8e8c5b5078e59af15c1a41ff98ad61d59.tar.xz |
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; |