|
@@ -6,7 +6,7 @@ struct sbuff {
|
|
};
|
|
};
|
|
static struct sbuff emergency, *emergency_ptr = &emergency;
|
|
static struct sbuff emergency, *emergency_ptr = &emergency;
|
|
|
|
|
|
-static int sb_add(struct sbuff *m, const char *f, ...)
|
|
|
|
|
|
+static __printf(2, 3) int sb_add(struct sbuff *m, const char *f, ...)
|
|
{
|
|
{
|
|
va_list args;
|
|
va_list args;
|
|
int len;
|
|
int len;
|