Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mailmap: debug: fix out-of-order fprintf() arguments
[gitweb.git]
/
mailmap.c
diff --git
a/mailmap.c
b/mailmap.c
index a7e92db3d66b23deae11eb546f80588b6487cf1a..051635472decd31aefcdeed327eb51a5e9d45497 100644
(file)
--- a/
mailmap.c
+++ b/
mailmap.c
@@
-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);
+ *name
len, *name
, *emaillen, *email);
item = lookup_prefix(map, *email, *emaillen);
if (item != NULL) {