From b7de0b950c216486ac2c9af87ddf8133da797e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 29 Jun 2005 14:13:50 +0000 Subject: [PATCH] fix format attribute git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15525 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 0c8d5d2cc..8d4706ccc 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, 1, 0)));; + __attribute__ ((format (printf, 2, 0)));; void ROKEN_LIB_FUNCTION rk_strpoolfree(struct rk_strpool *);