This commit is contained in:
Vítor Santos Costa 2016-03-29 01:59:01 +01:00
parent 06e5371afd
commit 9dacc20d34

View File

@ -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 \= []