diff options
| author | 彭宣正 <[email protected]> | 2022-09-06 11:57:58 +0800 |
|---|---|---|
| committer | 彭宣正 <[email protected]> | 2022-09-06 11:57:58 +0800 |
| commit | 0647c299412d9a54fd331740e19e13d9e9328786 (patch) | |
| tree | 2f08b2a9e283e477b61b9dc48d862241c1953367 /src/elua_func.cpp | |
| parent | c022c48a3b4abea0577faf4f3f625ee69684e454 (diff) | |
✨ feat(TSG-11870): 修改elua_cbinding_set_output_params 为elua_cbinding_append_output_params, 修改注释
Diffstat (limited to 'src/elua_func.cpp')
| -rw-r--r-- | src/elua_func.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elua_func.cpp b/src/elua_func.cpp index f59e164..78f5508 100644 --- a/src/elua_func.cpp +++ b/src/elua_func.cpp @@ -1476,7 +1476,7 @@ void elua_destroy_table(struct elua_table *table) return; } -int elua_cbinding_set_output_params(struct elua_vm *vm, struct elua_data *params, int params_num) +int elua_cbinding_append_output_params(struct elua_vm *vm, struct elua_data *params, int params_num) { lua_State *L = (lua_State *)vm; if (L == NULL) |
