修正没有正确传递值的bug

This commit is contained in:
hyzboy 2020-04-24 21:08:23 +08:00
parent d53a65b242
commit 3319d37da9

View File

@ -116,7 +116,7 @@ namespace hgl
*key=obj->left;
if(ref_count)
*key=obj->count;
*ref_count=obj->count;
return(true);
}