Sweep sweep

This commit is contained in:
Stefan Reutter 2014-08-01 14:21:32 +00:00
parent b707321243
commit a8aba4e718

View File

@ -181,9 +181,7 @@ public:
std::string str;
str.resize(strlen(e.what()));
str = e.what();
fprintf(stderr, "test %s\n", str.c_str());
r = new error_result(1, str);
fprintf(stderr, "test2 %s\n", dynamic_cast<error_result*>(r)->error_message.c_str());
}
delete work_copy;
if (core::quit_signal != 0)