[tarantool-patches] Re: [PATCH v2 1/2] lua: new function luaT_return_error()
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Thu Aug 1 23:03:42 MSK 2019
Hi! Thanks for the fixes!
I've force pushed this:
===========================================================================
diff --git a/src/lua/fio.c b/src/lua/fio.c
index e5d3458fd..7437cc0c6 100644
--- a/src/lua/fio.c
+++ b/src/lua/fio.c
@@ -49,7 +49,7 @@
#define lbox_fio_pushsyserror(L) ({ \
diag_set(SystemError, "fio: %s", strerror(errno)); \
- luaT_push_nil_and_error(L); \
+ luaT_push_nil_and_error(L); \
})
static int
===========================================================================
Now the patchset LGTM. Kirill, please, push.
More information about the Tarantool-patches
mailing list