CTL/ctl-1.5.2-ilm_230.patch
2019-04-10 14:48:40 -05:00

12 lines
330 B
Diff

--- a/lib/IlmCtlSimd/CtlSimdInst.cpp 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;
}