commit
						522cebdef4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -202,7 +202,7 @@ bool isInDir(const Path & path, const Path & dir)
 | 
			
		|||
 | 
			
		||||
bool isDirOrInDir(const Path & path, const Path & dir)
 | 
			
		||||
{
 | 
			
		||||
    return path == dir or isInDir(path, dir);
 | 
			
		||||
    return path == dir || isInDir(path, dir);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue