mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
cd928f9044
PR: 43784 Submitted by: Ports Fury
12 lines
344 B
C++
12 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;
|