From a27e5e6cb80faca90ec29f4169fd96a51723e115 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 1 Apr 2015 17:59:16 +0200 Subject: remove an “a3” reference. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtk2_ardour/utils_videotl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/utils_videotl.cc b/gtk2_ardour/utils_videotl.cc index 876fb66fe8..cdc27ae7b9 100644 --- a/gtk2_ardour/utils_videotl.cc +++ b/gtk2_ardour/utils_videotl.cc @@ -154,7 +154,7 @@ VideoUtils::get_file_extension (const std::string infile) std::string VideoUtils::video_dest_file (const std::string dir, const std::string infile) { - return dir + "a3_" + strip_file_extension(Glib::path_get_basename(infile)) + ".avi"; + return Glib::build_filename(dir, strip_file_extension(Glib::path_get_basename(infile)) + ".avi"); } std::string -- cgit v1.2.3