mark session dirty when plugin pin mapping changes
[ardour.git] / libs / ardour / system_exec.cc
index d83165252a913da4b08af75e47e788af0e37e226..b85b2347aebb76d9e8001f1a76d4914bc0dbb195 100644 (file)
@@ -41,8 +41,7 @@ static char *vfork_exec_wrapper_path() {
                                        ),
                                "ardour-exec-wrapper", vfork_exec_wrapper)) {
                PBD::fatal << "vfork exec wrapper 'ardour-exec-wrapper' was not found in $PATH." << endmsg;
-               /* not reached */
-               return NULL;
+               abort(); /*NOTREACHED*/
        }
        return strdup(vfork_exec_wrapper.c_str());
 #endif