diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib_ffi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_ffi.c b/src/lib_ffi.c index 16fecacb..c2f73ed5 100644 --- a/src/lib_ffi.c +++ b/src/lib_ffi.c | |||
@@ -194,7 +194,7 @@ LJLIB_CF(ffi_meta___eq) LJLIB_REC(cdata_arith MM_eq) | |||
194 | 194 | ||
195 | LJLIB_CF(ffi_meta___len) LJLIB_REC(cdata_arith MM_len) | 195 | LJLIB_CF(ffi_meta___len) LJLIB_REC(cdata_arith MM_len) |
196 | { | 196 | { |
197 | return lj_carith_len(L); | 197 | return ffi_arith(L); |
198 | } | 198 | } |
199 | 199 | ||
200 | LJLIB_CF(ffi_meta___lt) LJLIB_REC(cdata_arith MM_lt) | 200 | LJLIB_CF(ffi_meta___lt) LJLIB_REC(cdata_arith MM_lt) |