blob: 97c8d8b8eb9c9745e2ef15554f17cbceca5b7385 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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;
|