bin: reset column specification between files

* bin/common_finput.cc (job_processor::process_file): Reset
col_to_read.
* tests/core/ltlfilt.test: Test it.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2022-05-17 11:11:23 +02:00
parent d697f57a97
commit d35f7bd37c
3 changed files with 21 additions and 2 deletions

5
NEWS
View file

@ -87,10 +87,13 @@ New in spot 2.10.5.dev (not yet released)
print_hoa() will now use state numbers matching those of the
kripke_graph (issue #505).
Bug fixed:
Bugs fixed:
- Fix compilation error on MacOS X.
- Using -Ffile/N to read column N of a CSV file would not reset the
/N specification for the next file.
New in spot 2.10.5 (2022-05-03)
Bugs fixed: