projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73258fe
)
notmuch-deliver: Fix utter failure
author
alip
<alip@penguen.ev>
Wed, 26 May 2010 14:27:30 +0000
(14:27 +0000)
committer
Ali Polatel
<alip@exherbo.org>
Fri, 4 Nov 2011 23:12:35 +0000
(
01:12
+0200)
contrib/notmuch-deliver/src/main.c
patch
|
blob
|
history
diff --git
a/contrib/notmuch-deliver/src/main.c
b/contrib/notmuch-deliver/src/main.c
index 7c314911e7afa574f4c1b64b19cc910ea2eea0b9..4e0a6bba395b0cd7a157e5132adefb1c474e79e8 100644
(file)
--- 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);