mirror of
https://github.com/PDP-10/its.git
synced 2026-03-24 09:30:29 +00:00
Two bugs in my JCL-parsing code: - B was getting clobbered at some point in the loop, so rfn"rfn only stored the first filename in the right place. - The device's finish routine wasn't being called. For the hargld backend, this meant that the last few lines of each file weren't always being written to disk.