fix compose mess, and a number of 64 bit printf specs
[ardour.git] / libs / ardour / recent_sessions.cc
index 29cec8a9a21090a0e92a98fad4680492c3aefab2..a5c6b210ee4b021d18ee23aa9e9f59a0dc314fab 100644 (file)
@@ -41,7 +41,7 @@ ARDOUR::read_recent_sessions (RecentSessions& rs)
        
        if (!recent) {
                if (errno != ENOENT) {
-                       error << compose (_("cannot open recent session file %1 (%2)"), path, strerror (errno)) << endmsg;
+                       error << string_compose (_("cannot open recent session file %1 (%2)"), path, strerror (errno)) << endmsg;
                        return -1;
                } else {
                        return 1;