logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 6b9ba6bb97a0b135e56c19c1977387914c8c5906
parent 99d63a342f1bfe9cfe923583d4145c9209273202
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 15 Feb 2021 12:06:58 +0100

Use type int instead of int8_t for opt.

Diffstat:
Msrc/logswan.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/logswan.c b/src/logswan.c @@ -70,7 +70,7 @@ main(int argc, char *argv[]) uint32_t status_code; uint32_t hour; int gai_error, mmdb_error; - int8_t opt; + int opt; const char *errstr; char linebuffer[LINE_LENGTH_MAX];