This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug picked up by printf format warnings - a cast is needed where
authorNicholas Clark <nick@ccl4.org>
Thu, 10 Jan 2008 17:27:39 +0000 (17:27 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 10 Jan 2008 17:27:39 +0000 (17:27 +0000)
commit574b88211c0c7c08c099f0fa17b950a4aaf1c62f
treeb4b73a45cd646df5f49c111f1772648e92456810
parent67d2d14de02de63c7c9137828ed7884f27d67b65
Fix bug picked up by printf format warnings - a cast is needed where
UV is larger than U32 for dumping leaking scalars.

p4raw-id: //depot/perl@32935
perl.c