mirror of
				https://git.tukaani.org/xz.git
				synced 2025-10-30 21:12:55 +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.
This commit is contained in:
		
							parent
							
								
									ab25b82a91
								
							
						
					
					
						commit
						27d24eb0a9
					
				| @ -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; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user