probably typo
...at least MSVC unable to compile this
This commit is contained in:
		
							parent
							
								
									800cd55ab7
								
							
						
					
					
						commit
						21d494da83
					
				
					 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