소스 검색

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

불러오는 중...
취소
저장