This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove a spurious strlen in VMS's readdir().
authorCraig A. Berry <craigberry@mac.com>
Sat, 1 Dec 2012 03:47:03 +0000 (21:47 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 1 Dec 2012 03:47:03 +0000 (21:47 -0600)
commita84b1d1f981773674baedc3f054c82b3243c6136
treee22cb4200f55c3163fd5482c54f539c86a190530
parent66facaa366b2bb9328ac16455b0b17db621a069d
Remove a spurious strlen in VMS's readdir().

After setting the null byte, we turned around and pretended we
didn't know where it was and went hunting for it. Hmm.
vms/vms.c