[package] update imspector to 0.8 (#5357)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16494 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/imspector/patches/100-iconv_const.patch
Normal file
11
net/imspector/patches/100-iconv_const.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/icqprotocolplugin.cpp
|
||||
+++ b/icqprotocolplugin.cpp
|
||||
@@ -668,7 +668,7 @@ int getmessage(GET_ARGS, std::string &me
|
||||
char converted_string[BUFFER_SIZE];
|
||||
memset(converted_string, 0, BUFFER_SIZE);
|
||||
|
||||
- char *inbuf = string;
|
||||
+ const char *inbuf = string;
|
||||
char *outbuf = converted_string;
|
||||
size_t inbytesleft = mylength - 4;
|
||||
size_t outbytesleft = BUFFER_SIZE - 1; /* Trailing \0 */
|
Reference in New Issue
Block a user