From c2ab3377eafb9f941344a388f038ecec45f87f9c Mon Sep 17 00:00:00 2001 From: mc_cameri Date: Fri, 17 Dec 2004 10:53:38 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@595 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/db.c') diff --git a/src/common/db.c b/src/common/db.c index 304165fc2..95a9b3578 100644 --- a/src/common/db.c +++ b/src/common/db.c @@ -442,7 +442,7 @@ void db_foreach(struct dbt *table,int (*func)(void*,void*,va_list),...) sp=0; while(1){ if (!p->data) { - printf("Warning: no data for key %d in db_foreach (db.c) !\n",p->key); + printf("Warning: no data for key %d in db_foreach (db.c) !\n",(int)p->key); } else { func(p->key, p->data, ap); } -- cgit v1.2.3-70-g09d2