freebsd-ports/devel/eboxy/files/patch-pluginmanager.cpp
Ying-Chieh Liao cd928f9044 upgrade to 0.3.1
PR:		43784
Submitted by:	Ports Fury
2002-10-28 10:50:47 +00:00

11 lines
344 B
C++

--- eboxy/pluginmanager.cpp.orig Sat Sep 28 20:41:36 2002
+++ eboxy/pluginmanager.cpp Tue Oct 8 04:19:13 2002
@@ -79,7 +79,7 @@
}
else {
// Load failed
- char *errorstr = dlerror();
+ const char *errorstr = dlerror();
cerr << "Couldn't load plugin " << libfile << endl;
cerr << errorstr << endl;
delete plugin;