Sfoglia il codice sorgente

Check state at the input end

master
JustAnotherArchivist 1 anno fa
parent
commit
27950fdc52
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      warc-dump-responses.c

+ 4
- 0
warc-dump-responses.c Vedi File

@@ -149,4 +149,8 @@ checkstate:
}
}
}
if (state != STATE_BEFORE_RECORD) {
fprintf(stderr, "Error: incomplete record at the end of input\n");
return 1;
}
}

Caricamento…
Annulla
Salva