Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
This commit is contained in:
commit
04949ddb37
@ -1036,6 +1036,8 @@ file_name_extension(A1,A2,F) :-
|
||||
atom_codes(A2, S2),
|
||||
(
|
||||
S2 = [0'.|_] %'
|
||||
;
|
||||
A2 = ''
|
||||
->
|
||||
atom_concat(A1, A2, F)
|
||||
;
|
||||
|
Reference in New Issue
Block a user