Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mailmap: debug: fix malformed fprintf() format conversion specification
[gitweb.git]
/
mailmap.c
diff --git
a/mailmap.c
b/mailmap.c
index 051635472decd31aefcdeed327eb51a5e9d45497..62d998a37ca2a073210b4dda07f03184a53ae6ab 100644
(file)
--- a/
mailmap.c
+++ b/
mailmap.c
@@
-337,7
+337,7
@@
int map_user(struct string_list *map,
*name = mi->name;
*namelen = strlen(*name);
}
- debug_mm("map_user: to '%.*s' <
.*%
s>\n", *namelen, *name,
+ debug_mm("map_user: to '%.*s' <
%.*
s>\n", *namelen, *name,
*emaillen, *email);
return 1;
}