diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/im-sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 03c553b7..d1230f0c 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -318,7 +318,6 @@ static int pump_chunk(FILE *fh, int ofd) lwrite(ofd, line); if ( strcmp(line, CHUNK_END_MARKER"\n") == 0 ) break; - if ( strcmp(line, CHUNK_START_MARKER"\n") == 0 ) break; } while ( 1 ); return 0; |