mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	DiskDirectory: Initialize the directory member with valid info.
This commit is contained in:
		
							parent
							
								
									7b2d034769
								
							
						
					
					
						commit
						922b31ebbd
					
				
					 2 changed files with 5 additions and 3 deletions
				
			
		|  | @ -457,7 +457,7 @@ bool ForeachDirectoryEntry(unsigned* num_entries_out, const std::string &directo | |||
|         if (virtual_name == "." || virtual_name == "..") | ||||
|             continue; | ||||
| 
 | ||||
|         unsigned ret_entries; | ||||
|         unsigned ret_entries = 0; | ||||
|         if (!callback(&ret_entries, directory, virtual_name)) { | ||||
|             callback_error = true; | ||||
|             break; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue