From 9dacc20d345267bb4711bf8b68fbfccfbb529877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Tue, 29 Mar 2016 01:59:01 +0100 Subject: [PATCH] fix --- pl/absf.yap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/absf.yap b/pl/absf.yap index 45541ee46..53e04a542 100755 --- a/pl/absf.yap +++ b/pl/absf.yap @@ -139,7 +139,7 @@ swapped, thus the call is valid as well. */ -absolute_file_name(File,TrueFileName,Opts0) :- +absolute_file_name(File,TrueFileName,Opts) :- ( var(TrueFileName) -> true ; atom(TrueFileName), TrueFileName \= []