summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index f4990ac..905da11 100644
--- a/src/main.c
+++ b/src/main.c
@@ -72,6 +72,7 @@ int main(int argc, char **argv)
switch (settings.opmode) {
case mode_fetch:
+ stream_skip(&file_in);
stream_shallow_copy(&file_in, &file_tmp);
if (settings.format == array) {
try_s((ret = cache_block_copy(&file_in, &file_tmp)), out);