This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
b3c8159
)
util.c:report_wrongway_fh: Report name w/initial null
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 25 May 2012 05:41:53 +0000
(22:41 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 7 Jun 2012 15:18:52 +0000
(08:18 -0700)
In the error message, we shouldn’t omit a handle whose name begins
with "\0", but, rather, a handle whose name has no length to it.
No differences found