projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
54848fd
)
panic:claustrophobia.
Jarkko Hietaniemi [Thu, 31 May 2001 15:09:34 +0000 (15:09 +0000)]
p4raw-id: //depot/perl@10361
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
6dec0c6
..
b415b5a
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-635,7
+635,7
@@
PerlIO_layer_fetch(pTHX_ AV *av,IV n,PerlIO_funcs *def)
return INT2PTR(PerlIO_funcs *, SvIV(layer));
}
if (!def)
- Perl_croak(aTHX_ "panic:PerlIO layer array corrupt");
+ Perl_croak(aTHX_ "panic: PerlIO layer array corrupt");
return def;
}