From e69dfd4028606bffe31236876985b7ff8b47953c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 3 Jan 2013 18:48:11 +0100 Subject: [PATCH] Fixed build in debugging mode --- src/account/imap4.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/account/imap4.c b/src/account/imap4.c index 7320654..df946c3 100644 --- a/src/account/imap4.c +++ b/src/account/imap4.c @@ -566,8 +566,7 @@ static int _context_fetch(IMAP4 * imap4, char const * answer) IMAP4Command * cmd = &imap4->queue[0]; #ifdef DEBUG - fprintf(stderr, "DEBUG: %s(%p, \"%s\")\n", __func__, (void *)folder, - answer); + fprintf(stderr, "DEBUG: %s(\"%s\")\n", __func__, answer); #endif if(cmd->status == I4CS_PARSING) {