display results of a bounce in the region list
[ardour.git] / libs / ardour / redirect.cc
index 1ab2f91cf0a8cbdd1e1435ece13fab8017ad6a57..9323966f96f4879270b50ed5df33dff3f97cd3e5 100644 (file)
@@ -233,7 +233,7 @@ Redirect::state (bool full_state)
                
                path = _session.snap_name();
                path += "-redirect-";
-               id().print (buf);
+               id().print (buf, sizeof (buf));
                path += buf;
                path += ".automation";
                
@@ -406,7 +406,7 @@ Redirect::mark_automation_visible (uint32_t what, bool yn)
 }
 
 bool
-Redirect::find_next_event (jack_nframes_t now, jack_nframes_t end, ControlEvent& next_event) const
+Redirect::find_next_event (nframes_t now, nframes_t end, ControlEvent& next_event) const
 {
        map<uint32_t,AutomationList*>::const_iterator li;       
        AutomationList::TimeComparator cmp;