镜像自地址
https://git.tukaani.org/xz.git
已同步 2025-10-20 16:13:31 +00:00
xz: Fix output of verbose --robot --list modes.
It printed the filename in "filename (x/y)" format which it obviously shouldn't do in robot mode.
这个提交包含在:
父节点
8d4864f53f
当前提交
2f90345e13
@ -211,7 +211,7 @@ message_set_files(unsigned int files)
|
||||
static void
|
||||
print_filename(void)
|
||||
{
|
||||
if (files_total != 1 || filename != stdin_filename) {
|
||||
if (!opt_robot && (files_total != 1 || filename != stdin_filename)) {
|
||||
signals_block();
|
||||
|
||||
FILE *file = opt_mode == MODE_LIST ? stdout : stderr;
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户