openbsd-ports/graphics/aqsis/patches/patch-libs_util_plugins_cpp
ajacoutot 4fe1d6a292 Major update to aqsis-1.6.0.
Drop maintainership.

ok sthen@
2010-09-22 12:52:36 +00:00

13 lines
408 B
Plaintext

$OpenBSD: patch-libs_util_plugins_cpp,v 1.1 2010/09/22 12:52:36 ajacoutot Exp $
--- libs/util/plugins.cpp.orig Tue Oct 20 21:45:45 2009
+++ libs/util/plugins.cpp Tue Oct 20 21:45:58 2009
@@ -170,7 +170,7 @@ CqPluginBase::DLError( void )
LocalFree( lpMsgBuf );
#else //not defined AQSIS_SYSTEM_MACOSX
- char* error = dlerror();
+ const char* error = dlerror();
if( error )
errorlog = error;
#endif