aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index cd66c728..23d3d0a2 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -374,7 +374,7 @@ static int pump_chunk(FILE *fh, int ofd)
}
ERROR("fgets() failed: %s\n", strerror(errno));
- return 1;
+ if ( errno != EINTR ) return 1;
}