From dc25b0fa394dbc61da71a9d8dfeb4cfdf99ae44f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 30 May 2013 23:09:52 +0000 Subject: Fix unlikely memory error. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5116 a436a847-0d15-0410-975c-d299462d15a1 --- src/UIFile.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/UIFile.hpp b/src/UIFile.hpp index 55366dc..77cfbef 100644 --- a/src/UIFile.hpp +++ b/src/UIFile.hpp @@ -61,8 +61,7 @@ public: } std::stringstream ss; - ss << "Unable to find " << base_name << ".ui in " << loc - << " or " << PATCHAGE_DATA_DIR << std::endl; + ss << "Unable to find " << base_name << std::endl; throw std::runtime_error(ss.str()); return Glib::RefPtr(); } -- cgit v1.2.1