diff options
| author | apocelipes <[email protected]> | 2026-08-06 18:30:22 +0800 |
|---|---|---|
| committer | apocelipes <[email protected]> | 2026-08-06 18:30:22 +0800 |
| commit | 4fb5874898c4f7bc4ff5e9fe15f3ba7e5c3f02ed (patch) | |
| tree | ad133de97c075542a326aeb065acd80e810939b8 /core/src/xmake/binutils/extractlib.c | |
| parent | 53c06b72cc8b1521aae266543aee634c917a030f (diff) | |
fix: fix deprecated warnings
Replace all functions marked as deprecated by tbox.
Diffstat (limited to 'core/src/xmake/binutils/extractlib.c')
| -rw-r--r-- | core/src/xmake/binutils/extractlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/binutils/extractlib.c b/core/src/xmake/binutils/extractlib.c index fbfbacfef..735859ade 100644 --- a/core/src/xmake/binutils/extractlib.c +++ b/core/src/xmake/binutils/extractlib.c @@ -129,7 +129,7 @@ tb_int_t xm_binutils_extractlib(lua_State *lua) { } while (0); if (istream) { - tb_stream_clos(istream); + tb_stream_close(istream); tb_stream_exit(istream); } |
