From 5a74347025c5d7ef4874aaf8291d8bf763c0c159 Mon Sep 17 00:00:00 2001
From: alip <alip@penguen.ev>
Date: Wed, 26 May 2010 14:27:30 +0000
Subject: [PATCH] notmuch-deliver: Fix utter failure

---
 contrib/notmuch-deliver/src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/notmuch-deliver/src/main.c b/contrib/notmuch-deliver/src/main.c
index 7c314911..4e0a6bba 100644
--- a/contrib/notmuch-deliver/src/main.c
+++ b/contrib/notmuch-deliver/src/main.c
@@ -194,7 +194,7 @@ static int
 save_readwrite(int fdin, int fdout)
 {
 	int ret, written;
-	char buf[4096], p;
+	char buf[4096], *p;
 
 	for (;;) {
 		ret = read(fdin, buf, 4096);
-- 
2.45.2