This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: get rid of an (int) cast
authorDavid Mitchell <davem@iabyn.com>
Wed, 10 May 2017 16:23:51 +0000 (17:23 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:00 +0000 (09:11 +0100)
commit2b4780456089c3aff8a223d54788c976348afb25
tree3e8e05192c97946240f3a05f39afe4fa412d9a5d
parent3e41ecc92174a108aa69c527c9e59d41d45ed39b
Perl_sv_vcatpvfn_flags: get rid of an (int) cast

harmless in this case, but there really shouldn't be (int) casts
on string length and ptr diff calculations
sv.c