Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 2b19e99

Browse files
author
runrevali
committed
[[ LC Builder ]] Fix bug in array syntax binding
1 parent ee8756e commit 2b19e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libscript/src/module-array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extern "C" MC_DLLEXPORT void MCArrayEvalIsAmongTheElementsOf(MCValueRef p_needle
8686
r_output = !MCArrayApply(p_target, is_not_among_the_elements_of, p_needle);
8787
}
8888

89-
extern "C" MC_DLLEXPORT void MCArrayEvalIsAmongTheKeysOf(MCStringRef p_needle, bool p_is_not, MCArrayRef p_target, bool& r_output)
89+
extern "C" MC_DLLEXPORT void MCArrayEvalIsAmongTheKeysOfCaseless(MCStringRef p_needle, bool p_is_not, MCArrayRef p_target, bool& r_output)
9090
{
9191
MCNewAutoNameRef t_key;
9292
if (!create_key_for_array(p_needle, p_target, &t_key))

0 commit comments

Comments
 (0)