diff options
Diffstat (limited to 'devel/eboxy/files/patch-pluginmanager.cpp')
-rw-r--r-- | devel/eboxy/files/patch-pluginmanager.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/eboxy/files/patch-pluginmanager.cpp b/devel/eboxy/files/patch-pluginmanager.cpp deleted file mode 100644 index 97c8d8b8eb9c..000000000000 --- a/devel/eboxy/files/patch-pluginmanager.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |