Sfoglia il codice sorgente

Fix warning

master
JustAnotherArchivist 1 anno fa
parent
commit
a1e2e26a3f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      http-response-bodies.c

+ 1
- 1
http-response-bodies.c Vedi 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.


Caricamento…
Annulla
Salva