X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=indirect.xs;h=c8ca38f3b548fd0c881bcf56289b2dde4aecf92b;hp=b5e0675448331df025ad1a0c67db04dc3f6f0ceb;hb=443a0a4c9ac49515e3046f161d909ad4eb4aadfb;hpb=24819cd3b0b220a2d05ae0346e3c745c45261b31 diff --git a/indirect.xs b/indirect.xs index b5e0675..c8ca38f 100644 --- a/indirect.xs +++ b/indirect.xs @@ -333,7 +333,7 @@ STATIC OP *indirect_ck_entersub(pTHX_ OP *o) { oo = o; do { op = (LISTOP *) oo; - if (!op->op_flags & OPf_KIDS) + if (!(op->op_flags & OPf_KIDS)) goto done; oo = op->op_first; } while (oo->op_type != OP_PUSHMARK);