This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mg.c: Fix U32-to-bool assignment
authorFather Chrysostomos <sprout@cpan.org>
Mon, 12 Aug 2013 22:52:23 +0000 (15:52 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 01:04:07 +0000 (18:04 -0700)
commit46959f1ccb067b059f259c54d71a91620fd19d8b
tree62980e0cdfa3f00cf42757205eb8e943f2dbc98b
parent25921d77af3f3b8aa517cc580f9640df02f3d713
mg.c: Fix U32-to-bool assignment

This was caused by 3805b5fb04.  This commit restores the !=0 that
was there before 2fd13eccf0.

Thanks to Steve Hay for helping to track down the smoke failures.
mg.c