Merge branch 'tb/banned-vsprintf-namefix'
Error message fix. * tb/banned-vsprintf-namefix: banned.h: fix vsprintf()'s ban message
This commit is contained in:
commit
37801f0665
2
banned.h
2
banned.h
@ -26,7 +26,7 @@
|
|||||||
#define vsprintf(...) BANNED(vsprintf)
|
#define vsprintf(...) BANNED(vsprintf)
|
||||||
#else
|
#else
|
||||||
#define sprintf(buf,fmt,arg) BANNED(sprintf)
|
#define sprintf(buf,fmt,arg) BANNED(sprintf)
|
||||||
#define vsprintf(buf,fmt,arg) BANNED(sprintf)
|
#define vsprintf(buf,fmt,arg) BANNED(vsprintf)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* BANNED_H */
|
#endif /* BANNED_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user