Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tb/banned-vsprintf-namefix'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 30 Sep 2019 04:19:25 +0000
(13:19 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 30 Sep 2019 04:19:25 +0000
(13:19 +0900)
Error message fix.
* tb/banned-vsprintf-namefix:
banned.h: fix vsprintf()'s ban message
banned.h
patch
|
blob
|
history
raw
(from parent 1:
21ce0b4
)
diff --git
a/banned.h
b/banned.h
index 447af24807f49f5df4eace6435acba721745fc2c..60a18d44033b207025294a3084cbf7c7c6f20876 100644
(file)
--- a/
banned.h
+++ b/
banned.h
@@
-26,7
+26,7
@@
#define vsprintf(...) BANNED(vsprintf)
#else
#define sprintf(buf,fmt,arg) BANNED(sprintf)
-#define vsprintf(buf,fmt,arg) BANNED(sprintf)
+#define vsprintf(buf,fmt,arg) BANNED(
v
sprintf)
#endif
#endif /* BANNED_H */