This differential fixes the regression on sequence boundary indices.
Following the signature change fixing the issue with sequence prefixes, the snippet in the Scheduler module was updated, but there was a duplicate in the Capture module, which was not.
The fixing code was duplicated so that it is easier to spot for refactoring later. Variable "sig_file" is unneeded by the way.