浏览代码

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;
}
}

正在加载...
取消
保存