From 14529224aade4e1ca5d8d0416d3ecdc3c5810804 Mon Sep 17 00:00:00 2001 From: Kamila Szewczyk Date: Thu, 24 Nov 2022 14:22:06 +0100 Subject: [PATCH] fix --lzma --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 87e42bf..47a4123 100644 --- a/src/main.c +++ b/src/main.c @@ -295,7 +295,7 @@ static struct option long_options[] = { }; /* constants for ease of maintenance in getopt loop */ -#define LONGSTART 34 +#define LONGSTART 35 static void set_stdout(struct rzip_control * control) { control->flags |= FLAG_STDOUT;