Browse Source

Fix warning

master
JustAnotherArchivist 1 year ago
parent
commit
a1e2e26a3f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      http-response-bodies.c

+ 1
- 1
http-response-bodies.c View File

@@ -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.


Loading…
Cancel
Save