diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-30 14:07:34 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-30 14:07:34 +0000 |
commit | b6f19d32ba2190aa3bc20bfca0e067855d82501d (patch) | |
tree | 0fc118943520055b26fa74b5d460b644518cbe29 /net/kmud/files/patch-aa | |
parent | update to 0.44.5. (diff) |
update to 0.5.
PR: 24554
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=37799
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 |