fix changes

This commit is contained in:
Vitor Santos Costa 2011-08-09 08:12:52 -03:00
parent 0ed341ed83
commit b9effea2e9
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit a6f0f4ec7d5fd51ca8b268b8392da9b20bfd1b44 Subproject commit c9493b2c73e3c8ab8b8524a13352bf0f3ec545a9

@ -1 +1 @@
Subproject commit f1c3ef54f4d9431ba5b4188cb72ca3056d20b202 Subproject commit 17f0b15b0fb0af5fc558bc303e32d4f5e3bdce98

View File

@ -18,7 +18,7 @@
save_module(Mod) :- save_module(Mod) :-
atom_concat(Mod,'.qly',F), atom_concat(Mod,'.qly',F),
open(F,write,S), open(F, write, S, [type(binary)]),
'$save_module_preds'(S, Mod), '$save_module_preds'(S, Mod),
close(S). close(S).