瀏覽代碼

Check state at the input end

master
JustAnotherArchivist 1 年之前
父節點
當前提交
27950fdc52
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      warc-dump-responses.c

+ 4
- 0
warc-dump-responses.c 查看文件

@@ -149,4 +149,8 @@ checkstate:
}
}
}
if (state != STATE_BEFORE_RECORD) {
fprintf(stderr, "Error: incomplete record at the end of input\n");
return 1;
}
}

Loading…
取消
儲存