Skip to content

Commit

Permalink
fixed syntax error 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 25, 2023
1 parent 9a370d6 commit 1cba0ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prolog/echo_source_files.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
ignore((
\+ t_l:echoing_file(F),
asserta(t_l:echoing_file(F)),!,
get_file_from_stream(S,F), character_count(S,Pos),
stream_property(S,file_name(F)),
%get_file_from_stream(S,F),
character_count(S,Pos),
assume_caughtup_to(F,S,Pos))),!.

check_current_echo:-
Expand Down

0 comments on commit 1cba0ef

Please sign in to comment.