summaryrefslogtreecommitdiff
blob: ac4ceb3e548775acde65cee2293f9fc0948fc53b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: CTL-ctl-1.5.2/lib/IlmCtlSimd/CtlSimdInst.cpp
===================================================================
--- CTL-ctl-1.5.2.orig/lib/IlmCtlSimd/CtlSimdInst.cpp
+++ CTL-ctl-1.5.2/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;
 	}