diff options
| author | 彭宣正 <[email protected]> | 2022-09-05 19:06:35 +0800 |
|---|---|---|
| committer | 彭宣正 <[email protected]> | 2022-09-05 19:15:57 +0800 |
| commit | c022c48a3b4abea0577faf4f3f625ee69684e454 (patch) | |
| tree | 3908c9d3d8b1449d1611245ebd5c2cb8c5efc1f0 /src/elua.h | |
| parent | 2a0f0af98db078dc159a138ef8d25048807222ea (diff) | |
✨ feat(TSG-11870): 修改数据类型string为buff
Diffstat (limited to 'src/elua.h')
| -rw-r--r-- | src/elua.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ struct elua_data enum elua_type type; size_t len; union{ - char *string; + char *buff; long integer; bool true_or_false; struct elua_table *table; |
