소스 검색

Fix warning

master
JustAnotherArchivist 1 년 전
부모
커밋
a1e2e26a3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      http-response-bodies.c

+ 1
- 1
http-response-bodies.c 파일 보기

@@ -63,7 +63,7 @@ int main(int argc, char* argv[]) {
char* m1;
char* eoh;
long int nscan;
size_t bytes_read;
size_t bytes_read = 0;
size_t length;
bool html_fake_base = false;
char* url = NULL; // Warning, pointer is only valid within the STATE_HEADERS block below.


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