display results of a bounce in the region list
[ardour.git] / libs / ardour / redirect.cc
index 41d6e59246c7ecd22ebd7185cbaf4d1f6b477de2..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";