perlfaq typos
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index e52aa4f..a64b435 100644 (file)
--- a/op.c
+++ b/op.c
@@ -5053,6 +5053,8 @@ ck_sort(OP *o)
                kid->op_next = k;
            o->op_flags |= OPf_SPECIAL;
        }
+       else if (kid->op_type == OP_RV2SV || kid->op_type == OP_PADSV)
+           null(cLISTOPo->op_first->op_sibling);
     }
 
     return o;