You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/ctl/files/ctl-1.5.2-openexr-2.3.patch

14 lines
455 B

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;
}