summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-14 05:38:01 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-14 05:38:01 +0000
commitcf49456938f5ed6aeb344309365692c8133f8023 (patch)
tree47f7755a13593e0befd643194c534a1934f42020 /pp_hot.c
parentebf99b04cc4af488057bd9d08bb6a2768960923c (diff)
downloadperl-cf49456938f5ed6aeb344309365692c8133f8023.tar.gz
two typos
p4raw-id: //depot/perl@1948
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 859dcfb2ed..fa947cf573 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -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) {