The source project of this merge request has been removed.
lalapps/src/pulsar/FITSTools: fix bugs in PAGER file handling logic
Unfortunately the changes to lalapps/src/pulsar/FITSTools
merged in !30 (merged) contained some bugs; pclose()
was not called when using the pager (which was called with popen()
) so file output was not flushed correctly. This patch fixes these bugs.