SWI-Prolog / packages-semweb

The SWI-Prolog RDF store
28 stars 14 forks source link

Fixes #103 rdf_flush_journals/1 flushes journals correctly #104

Closed cphouser closed 3 years ago

cphouser commented 3 years ago

Changed the use of size_file/2 in rdf_flush_journal/2 to reference the variable File (instead of JournalFile) which represents the full path of the journal file to be flushed.