quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Editing Sequence number files on host fails to change sequence numbers

Open adam-talos opened this issue 4 years ago • 0 comments

If I edit the sequence numbers under .senderseqnums or .targetseqnums in vi or similar, it will fail due to an invisible carriage return added to the file by vi. The filestore implementation just takes the contents of the file and interprets it as a number which fails due to the trailing character.

If we do a trim before interpreting the string, the process will succeed.

adam-talos avatar Sep 30 '21 20:09 adam-talos