Merge commit '7c81f379ba7a4d133aaa078701fa7325b71a2abe'

This commit is contained in:
Benjamin Vedder 2023-04-04 19:38:19 +02:00
commit 71ef9a2d09
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static lbm_value ext_str_from_n(lbm_value *args, lbm_uint argn) {
return ENC_SYM_EERROR;
}
if (argn == 2 && lbm_type_of(args[1]) != LBM_TYPE_ARRAY) {
if (argn == 2 && lbm_is_array_r(args[1])) {
return ENC_SYM_EERROR;
}