mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch-deliver: Fix utter failure
This commit is contained in:
parent
73258fec79
commit
5a74347025
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ static int
|
||||||
save_readwrite(int fdin, int fdout)
|
save_readwrite(int fdin, int fdout)
|
||||||
{
|
{
|
||||||
int ret, written;
|
int ret, written;
|
||||||
char buf[4096], p;
|
char buf[4096], *p;
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
ret = read(fdin, buf, 4096);
|
ret = read(fdin, buf, 4096);
|
||||||
|
|
Loading…
Reference in a new issue