[Jifty-commit] r5669 - B-OPCheck

Jifty commits jifty-commit at lists.jifty.org
Mon Aug 4 15:12:00 EDT 2008


Author: nothingmuch
Date: Mon Aug  4 15:11:39 2008
New Revision: 5669

Modified:
   B-OPCheck/OPCheck.xs

Log:
don't stop executing the loop after a successful delete

Modified: B-OPCheck/OPCheck.xs
==============================================================================
--- B-OPCheck/OPCheck.xs	(original)
+++ B-OPCheck/OPCheck.xs	Mon Aug  4 15:11:39 2008
@@ -234,7 +234,6 @@
             SV **elem = av_fetch(av, i, 0);;
             if ( elem && *elem == perlsub ) {
                 av_delete(av, i, G_DISCARD);
-                break;
             }
         }
 


More information about the Jifty-commit mailing list