We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21ce0b4 + 60d198d commit 37801f0Copy full SHA for 37801f0
1 file changed
banned.h
@@ -26,7 +26,7 @@
26
#define vsprintf(...) BANNED(vsprintf)
27
#else
28
#define sprintf(buf,fmt,arg) BANNED(sprintf)
29
-#define vsprintf(buf,fmt,arg) BANNED(sprintf)
+#define vsprintf(buf,fmt,arg) BANNED(vsprintf)
30
#endif
31
32
#endif /* BANNED_H */
0 commit comments