mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	file_util: Remove long long casting on buf.st_size in NGLOG statement
This commit is contained in:
		
							parent
							
								
									968569aa61
								
							
						
					
					
						commit
						0f4c9c9f47
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -348,7 +348,7 @@ u64 GetSize(const std::string& filename) { | ||||||
|     if (stat(filename.c_str(), &buf) == 0) |     if (stat(filename.c_str(), &buf) == 0) | ||||||
| #endif | #endif | ||||||
|     { |     { | ||||||
|         NGLOG_TRACE(Common_Filesystem, "{}: {}", filename, (long long)buf.st_size); |         NGLOG_TRACE(Common_Filesystem, "{}: {}", filename, buf.st_size); | ||||||
|         return buf.st_size; |         return buf.st_size; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue