From 4c509656223d3ed1f0fab504cb483090d38972f9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 6 Oct 2005 19:10:57 +0000 Subject: fix compose mess, and a number of 64 bit printf specs git-svn-id: svn://localhost/trunk/ardour2@51 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/recent_sessions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/recent_sessions.cc') diff --git a/libs/ardour/recent_sessions.cc b/libs/ardour/recent_sessions.cc index 29cec8a9a2..a5c6b210ee 100644 --- a/libs/ardour/recent_sessions.cc +++ b/libs/ardour/recent_sessions.cc @@ -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; -- cgit v1.2.3