mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 19:08:48 +08:00
update
This commit is contained in:
parent
6d45b3c6b2
commit
e891b40c0c
@ -215,8 +215,8 @@ string HKU_API utf8_to_gb(const string& szinput) {
|
||||
iconv(cd, &in, &inlen, &out, &outlen);
|
||||
iconv_close(cd);
|
||||
string result(outbuf);
|
||||
free(oufbuf);
|
||||
return outbuf;
|
||||
free(outbuf);
|
||||
return result;
|
||||
}
|
||||
|
||||
string HKU_API gb_to_utf8(const string& szinput) {
|
||||
|
Loading…
Reference in New Issue
Block a user