parent
							
								
									8fb8c26b6d
								
							
						
					
					
						commit
						9472b4157d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1330,7 +1330,7 @@ Path EvalState::coerceToPath(const Pos & pos, Value & v, PathSet & context) | ||||||
| { | { | ||||||
|     string path = coerceToString(pos, v, context, false, false); |     string path = coerceToString(pos, v, context, false, false); | ||||||
|     if (path == "" || path[0] != '/') |     if (path == "" || path[0] != '/') | ||||||
|         throwEvalError("string ‘%1%’ doesn't represent an absolute path, at %1%", path, pos); |         throwEvalError("string ‘%1%’ doesn't represent an absolute path, at %2%", path, pos); | ||||||
|     return path; |     return path; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue