Explorar el Código

Check state at the input end

master
JustAnotherArchivist hace 1 año
padre
commit
27950fdc52
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      warc-dump-responses.c

+ 4
- 0
warc-dump-responses.c Ver fichero

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

Cargando…
Cancelar
Guardar