mirror of
				https://git.tukaani.org/xz.git
				synced 2025-11-04 07:22:55 +00:00 
			
		
		
		
	xz: Fix integer type from uint64_t to uint32_t
lzma_options_lzma.dict_size is uint32_t so use it here too. Fixes: 5f0c5a04388f8334962c70bc37a8c2ff8f605e0a
This commit is contained in:
		
							parent
							
								
									3f71e0f3a1
								
							
						
					
					
						commit
						31358c057c
					
				@ -659,7 +659,7 @@ coder_set_compression_settings(void)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		// Original dictionary sizes are used to show how each
 | 
							// Original dictionary sizes are used to show how each
 | 
				
			||||||
		// filter's dictionary was reduced.
 | 
							// filter's dictionary was reduced.
 | 
				
			||||||
		uint64_t orig_dict_size;
 | 
							uint32_t orig_dict_size;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Index of the LZMA filter in the filters member. We only
 | 
							// Index of the LZMA filter in the filters member. We only
 | 
				
			||||||
		// adjust this filter's memusage because we don't know how
 | 
							// adjust this filter's memusage because we don't know how
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user