RGSSAD: Fix parsing of top level directory entries
We were spamming every path into the hash (including the top level ones) without noticing... oh well.
This commit is contained in:
		
							parent
							
								
									7902d0942d
								
							
						
					
					
						commit
						183ebbed65
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -297,6 +297,8 @@ processDirectories(RGSS_archiveData *data, BoostSet<std::string> &topLevel,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (slash)
 | 
							if (slash)
 | 
				
			||||||
			nameBuf[i] = '/';
 | 
								nameBuf[i] = '/';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							break;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Check for more entries */
 | 
						/* Check for more entries */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue