From cedeeca2ea6ada5b0411b2ae10d7a859e837f203 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 28 Nov 2022 21:37:48 +0200 Subject: liblzma: Add lzma_str_to_filters, _from_filters, and _list_filters. lzma_str_to_filters() uses static error messages which makes them not very precise. It tells the position in the string where an error occurred though which helps quite a bit if applications take advantage of it. Dynamic error messages can be added later with a new flag if it seems important enough. --- src/liblzma/common/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/liblzma/common/Makefile.inc') diff --git a/src/liblzma/common/Makefile.inc b/src/liblzma/common/Makefile.inc index 44ab32f3..f0276a20 100644 --- a/src/liblzma/common/Makefile.inc +++ b/src/liblzma/common/Makefile.inc @@ -19,6 +19,7 @@ liblzma_la_SOURCES += \ common/index.h \ common/stream_flags_common.c \ common/stream_flags_common.h \ + common/string_conversion.c \ common/vli_size.c if COND_THREADS -- cgit v1.2.3