* Doh!
This commit is contained in:
		
							parent
							
								
									9fa07b376d
								
							
						
					
					
						commit
						033d7c6593
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -348,7 +348,7 @@ Expr evalExpr2(EvalState & state, Expr e) | ||||||
|             return makeString(s1 + s2); |             return makeString(s1 + s2); | ||||||
|         else if (atMatch(m, e1) >> "Path" >> s1 && |         else if (atMatch(m, e1) >> "Path" >> s1 && | ||||||
|             atMatch(m, e2) >> "Path" >> s2) |             atMatch(m, e2) >> "Path" >> s2) | ||||||
|             return makeString(canonPath(s1 + "/" + s2)); |             return makePath(canonPath(s1 + "/" + s2)); | ||||||
|         else throw Error("wrong argument types in `+' operator"); |         else throw Error("wrong argument types in `+' operator"); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue