another victim of system name change

This commit is contained in:
Vítor Santos Costa II 2010-04-22 12:15:59 +01:00
parent f417933da0
commit 28cc9171c3
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ access_file(F,Mode) :-
'$exists'(F,Mode) :-
get_value(fileerrors,V),
set_value(fileerrors,0),
system:true_file_name(F, F1),
operating_system_support:true_file_name(F, F1),
(
'$open'(F1, Mode, S, 0, 1, F)
->