diff options
Diffstat (limited to 'net/kmud/files/patch-aa')
-rw-r--r-- | net/kmud/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/kmud/files/patch-aa b/net/kmud/files/patch-aa new file mode 100644 index 000000000000..3ebd3b74b925 --- /dev/null +++ b/net/kmud/files/patch-aa @@ -0,0 +1,20 @@ +--- kmud/cpluginmanager.cpp.orig Sun Nov 5 07:55:13 2000 ++++ kmud/cpluginmanager.cpp Thu Jan 18 05:20:32 2001 +@@ -109,7 +109,7 @@ + int i; + void* handle=NULL; + KmudPlugin* (*create_function)(void); +- char* error; ++ const char* error; + bool b; + + // search plugin +@@ -229,7 +229,7 @@ + PluginInfo* info; + int i; + bool b; +- char* error; ++ const char* error; + QString name; + + // search plugin |