mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	fixed some code warnings
This commit is contained in:
		
							parent
							
								
									c2867f7e14
								
							
						
					
					
						commit
						4f5d397379
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -781,7 +781,7 @@ bool ReadFileToString(bool text_file, const char *filename, std::string &str) | |||
| 	if (!f) | ||||
| 		return false; | ||||
| 
 | ||||
| 	str.resize(GetSize(f)); | ||||
| 	str.resize(static_cast<u32>(GetSize(f))); | ||||
| 	return file.ReadArray(&str[0], str.size()); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue