镜像自地址
https://git.tukaani.org/xz.git
已同步 2025-07-01 18:06:37 +00:00
Rename message_filters_get() to message_filters_to_str().
这个提交包含在:
父节点
4b346ae8af
当前提交
905e54804a
@ -896,7 +896,7 @@ uint32_to_optstr(uint32_t num)
|
||||
|
||||
|
||||
extern const char *
|
||||
message_filters_get(const lzma_filter *filters, bool all_known)
|
||||
message_filters_to_str(const lzma_filter *filters, bool all_known)
|
||||
{
|
||||
static char buf[512];
|
||||
|
||||
@ -1036,7 +1036,7 @@ message_filters_show(enum message_verbosity v, const lzma_filter *filters)
|
||||
return;
|
||||
|
||||
fprintf(stderr, _("%s: Filter chain: %s\n"), progname,
|
||||
message_filters_get(filters, true));
|
||||
message_filters_to_str(filters, true));
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -94,7 +94,7 @@ extern void message_mem_needed(enum message_verbosity v, uint64_t memusage);
|
||||
/// into .xz headers are printed.
|
||||
///
|
||||
/// \return Pointer to a statically allocated buffer.
|
||||
extern const char *message_filters_get(
|
||||
extern const char *message_filters_to_str(
|
||||
const lzma_filter *filters, bool all_known);
|
||||
|
||||
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户