From 7b2ff0f16dbb68ad09ca0a05df64219171cb507f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Fri, 19 Feb 2016 11:44:04 +0000 Subject: [PATCH] fix regression in absf error messages. --- pl/absf.yap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/absf.yap b/pl/absf.yap index a13272993..fbf181066 100755 --- a/pl/absf.yap +++ b/pl/absf.yap @@ -212,7 +212,7 @@ absolute_file_name(File0,File) :- set_prolog_flag(file_name_variables, OldF), % check if no solution arg(1,HasSol,no), - get_abs_file_parameter( file_errors, Opts, error ), + FileErrors = error, '$do_error'(existence_error(file,File),G) ).