diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-14 05:38:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-14 05:38:01 +0000 |
commit | cf49456938f5ed6aeb344309365692c8133f8023 (patch) | |
tree | 47f7755a13593e0befd643194c534a1934f42020 /pp_hot.c | |
parent | ebf99b04cc4af488057bd9d08bb6a2768960923c (diff) | |
download | perl-cf49456938f5ed6aeb344309365692c8133f8023.tar.gz |
two typos
p4raw-id: //depot/perl@1948
Diffstat (limited to 'pp_hot.c')
-rw-r--r-- | pp_hot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1262,7 +1262,7 @@ do_readline(void) warner(WARN_CLOSED, "glob failed (child exited with status %d%s)", STATUS_CURRENT >> 8, - (STATUS_CURRENT & 0xFF) ? ", core dumped" : ""); + (STATUS_CURRENT & 0x80) ? ", core dumped" : ""); } } if (gimme == G_SCALAR) { |