HGGitLab

Commit ee966c60 authored by luoliangyi's avatar luoliangyi

webservice重编译

parent 26135f2d
......@@ -462,7 +462,7 @@ void SockIoUser::ScanCallback(HGUInt event, void* value1, void* value2, void* pa
{
SockIoRetParam* param = new SockIoRetParam;
param->data = new HGByte[strlen(resp)];
param->size = strlen(resp);
param->size = (HGUInt)strlen(resp);
memcpy(param->data, resp, strlen(resp));
WebMsg msg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment