Skip to content

Commit 1cba0ef

Browse files
committed
fixed syntax error 3
1 parent 9a370d6 commit 1cba0ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prolog/echo_source_files.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
ignore((
5757
\+ t_l:echoing_file(F),
5858
asserta(t_l:echoing_file(F)),!,
59-
get_file_from_stream(S,F), character_count(S,Pos),
59+
stream_property(S,file_name(F)),
60+
%get_file_from_stream(S,F),
61+
character_count(S,Pos),
6062
assume_caughtup_to(F,S,Pos))),!.
6163

6264
check_current_echo:-

0 commit comments

Comments
 (0)