зеркало из https://github.com/microsoft/git.git
mailmap: debug: fix out-of-order fprintf() arguments
Resolve segmentation fault due to arguments passed in wrong order. Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
97e751be79
Коммит
c10be0c6ac
|
@ -309,7 +309,7 @@ int map_user(struct string_list *map,
|
|||
struct mailmap_entry *me;
|
||||
|
||||
debug_mm("map_user: map '%.*s' <%.*s>\n",
|
||||
*name, *namelen, *emaillen, *email);
|
||||
*namelen, *name, *emaillen, *email);
|
||||
|
||||
item = lookup_prefix(map, *email, *emaillen);
|
||||
if (item != NULL) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче