X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=indirect.xs;h=86675c854bb308199163930de6de3db224537390;hp=4f1deb4d69937ce96ffd5e372f2866101bc94fc5;hb=3e265f46afadfcfcf59a40560681ced9e33553a9;hpb=3b0a87b6115bb15525313ea0dc3def689d2fb2e8 diff --git a/indirect.xs b/indirect.xs index 4f1deb4..86675c8 100644 --- a/indirect.xs +++ b/indirect.xs @@ -516,7 +516,7 @@ STATIC OP *indirect_ck_entersub(pTHX_ OP *o) { if (mpos < opos) { SV *code = indirect_detag(hint); - if (hint) { + if (code) { SV *file; line_t line; dSP;