syntax changes.

This commit is contained in:
Vítor Santos Costa 2014-10-02 14:50:19 +01:00
parent 2e43165a68
commit 1cbc0705c6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ dbload(F, _, G) :-
'$do_error'(type_error(atom,F),G).
do_dbload(F0, M0, G) :-
'$full_filename'(F0,F,G),
'$full_filename'(F0, F, G),
assert(dbprocess(F, M0)),
open(F, read, R),
check_dbload_stream(R, M0),