projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e5433ad
)
bad semicolon in pp_ftrowned
Andy Lester [Fri, 4 Nov 2005 00:37:54 +0000 (18:37 -0600)]
Message-ID: <
20051104063753
.GA3863@petdance.com>
p4raw-id: //depot/perl@25982
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
276fa67
..
31031a8
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-3108,7
+3108,7
@@
PP(pp_ftrowned)
RETPUSHUNDEF;
switch (PL_op->op_type) {
case OP_FTROWNED:
- if (PL_statcache.st_uid == PL_uid);
+ if (PL_statcache.st_uid == PL_uid)
RETPUSHYES;
break;
case OP_FTEOWNED: