Skip to content

Commit 37801f0

Browse files
committed
Merge branch 'tb/banned-vsprintf-namefix'
Error message fix. * tb/banned-vsprintf-namefix: banned.h: fix vsprintf()'s ban message
2 parents 21ce0b4 + 60d198d commit 37801f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

banned.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define vsprintf(...) BANNED(vsprintf)
2727
#else
2828
#define sprintf(buf,fmt,arg) BANNED(sprintf)
29-
#define vsprintf(buf,fmt,arg) BANNED(sprintf)
29+
#define vsprintf(buf,fmt,arg) BANNED(vsprintf)
3030
#endif
3131

3232
#endif /* BANNED_H */

0 commit comments

Comments
 (0)