13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
$OpenBSD: patch-libs_util_plugins_cpp,v 1.2 2013/06/22 14:53:09 dcoppa Exp $
|
|
--- libs/util/plugins.cpp.orig Fri Aug 24 14:26:50 2012
|
|
+++ libs/util/plugins.cpp Thu Jun 20 16:48:33 2013
|
|
@@ -171,7 +171,7 @@ CqPluginBase::DLError( void )
|
|
LocalFree( lpMsgBuf );
|
|
#else //not defined AQSIS_SYSTEM_MACOSX
|
|
|
|
- char* error = dlerror();
|
|
+ const char* error = dlerror();
|
|
if( error )
|
|
errorlog = error;
|
|
#endif
|