mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
3e3fb884ff
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
335 B
Diff
11 lines
335 B
Diff
--- a/lib/IlmCtlSimd/CtlSimdInst.cpp.orig 2014-06-03 01:11:24 UTC
|
|
+++ b/lib/IlmCtlSimd/CtlSimdInst.cpp
|
|
@@ -189,7 +189,7 @@ SimdInst::executePath (SimdBoolMask &mas
|
|
REPLACE_EXC
|
|
(e, "\n" <<
|
|
xcontext.fileName() << ":" <<
|
|
- inst->lineNumber() << ": " << e);
|
|
+ inst->lineNumber() << ": " << e.what());
|
|
|
|
throw e;
|
|
}
|