]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
lei_mirror: fix seek/sysseek argument ordering
authorEric Wong <e@80x24.org>
Sun, 29 Oct 2023 05:56:32 +0000 (05:56 +0000)
committerEric Wong <e@80x24.org>
Sun, 29 Oct 2023 12:01:20 +0000 (12:01 +0000)
commit332b10016ec2a18bb37a16f2fb02b4f60c687aa7
tree7b47cfb026d4ff4b99912b95ffcb2da12547eb9a
parent8de41f15cb152df857cc8d5cdcc6ec159add1234
lei_mirror: fix seek/sysseek argument ordering

It doesn't matter in practice for platforms we support, since
SEEK_SET is `0' everywhere I've seen.
lib/PublicInbox/LeiMirror.pm