Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 17ff3452b77c5102c4c915271e2bdedcab713eec https://github.com/Perl/perl5/commit/17ff3452b77c5102c4c915271e2bdedcab713eec Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: 2021-10-20 (Wed, 20 Oct 2021)
Changed paths:
M op.c
Log Message:
-----------
op.c: use %zd to format PADOFFSET values
PADOFFSET is SSize_t, so %lu is wrong even if long and SSize_t are the
same size.
