From a9212312c18d2acfd786c32bcd776f3c1770ae4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 6 Jul 2005 07:09:16 +0000 Subject: [PATCH] rk_strpoolprintf first variable identifier is 3 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15562 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 8d4706ccc..5c6462c7c 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -388,7 +388,7 @@ rk_strpoolcollect(struct rk_strpool *); struct rk_strpool * ROKEN_LIB_FUNCTION rk_strpoolprintf(struct rk_strpool *, const char *, ...) - __attribute__ ((format (printf, 2, 0)));; + __attribute__ ((format (printf, 2, 3)));; void ROKEN_LIB_FUNCTION rk_strpoolfree(struct rk_strpool *);