Sweep sweep
This commit is contained in:
parent
b707321243
commit
a8aba4e718
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user