fix thinko
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 21 Mar 2014 20:28:07 +0000 (16:28 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 21 Mar 2014 20:28:17 +0000 (16:28 -0400)
libs/ardour/route.cc

index bcbf14bdafceaa1fd2b6fcd3498b65542b2c79f4..4d7bb5802dec805b6b1c40802282abd2104bf088 100644 (file)
@@ -3911,7 +3911,7 @@ Route::setup_invisible_processors ()
                ++amp;
        }
 
-       assert (amp != _processors.end ());
+       assert (amp != new_processors.end ());
 
        /* and the processor after the amp */