Branch: refs/heads/gh18842 Home: https://github.com/Perl/perl5 Commit: 004e62a75471a5f81bf9a48931079fb043c145ab https://github.com/Perl/perl5/commit/004e62a75471a5f81bf9a48931079fb043c145ab Author: Hugo van der Sanden <[email protected]> Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
M perl.c
Log Message:
-----------
gh18842: fix a pair of sprintf format warnings
The format is '%s', so it is not appropriate to wrap the char * arguments
in SVfARG().
