]> Devoid-pointer.net GitWeb - anyanka.git/commitdiff
Do not add error message to std::bad_exception (UNIX build fix).
authorMichal Malý <madcatxster@prifuk.cz>
Sun, 17 Nov 2013 10:12:55 +0000 (11:12 +0100)
committerMichal Malý <madcatxster@prifuk.cz>
Sun, 17 Nov 2013 10:12:55 +0000 (11:12 +0100)
agreinterface.cpp

index eeef5494136c7e7b7b20430c5ef28f1ce52fc226..fb0e4d6c2a8c114f27c059e26b101491b02c6ff5 100644 (file)
@@ -112,7 +112,7 @@ AGREInterface::ReturnCode AGREInterface::initialize()
 const std::vector<std::string>& AGREInterface::debugAGREInfo()
 {
   if (!m_inited)
-    throw std::bad_exception("Reader not initialized");
+    throw std::bad_exception();
 
   return m_readerIFace->debug_info_list();
 }