id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now owns bindi...
[ardour.git] / libs / ardour / redirect.cc
index 33fec5088f189ebe08693b2d0007426df9319dd3..9800c5b1a2a2b1518c6ae507a26367e641169523 100644 (file)
@@ -231,9 +231,9 @@ Redirect::state (bool full_state)
                string path;
                string legal_name;
                
-               snprintf (buf, sizeof(buf), "%" PRIu64, id());
                path = _session.snap_name();
                path += "-redirect-";
+               id().print (buf);
                path += buf;
                path += ".automation";