Parcourir la source

Fix warning

master
JustAnotherArchivist il y a 1 an
Parent
révision
a1e2e26a3f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      http-response-bodies.c

+ 1
- 1
http-response-bodies.c Voir le fichier

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


Chargement…
Annuler
Enregistrer