mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
11 lines
404 B
C++
11 lines
404 B
C++
--- src/Osenc.cpp.orig 2020-01-13 17:37:57 UTC
|
|
+++ src/Osenc.cpp
|
|
@@ -99,7 +99,7 @@ void OpenCPN_OGR_OSENC_ErrorHandler( CPLErr eErrClass,
|
|
|
|
#ifndef __WXMSW__
|
|
if( eErrClass == CE_Fatal ) {
|
|
- longjmp( env_osenc_ogrf, 1 ); // jump back to the setjmp() point
|
|
+ siglongjmp( env_osenc_ogrf, 1 ); // jump back to the setjmp() point
|
|
}
|
|
#endif
|
|
|