Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Mar 5, 2024
1 parent acc7542 commit 55b3672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ private static bool EqualInvocationLists(Wrapper[] a, Wrapper[] b, int start, in
int invocationCount = (int)_extraFunctionPointerOrData;
for (int i = invocationCount; --i >= 0;)
{
if (d.Equals(invocationList[i]))
if (d.Equals(invocationList[i].Value))
{
if (invocationCount == 2)
{
Expand Down

0 comments on commit 55b3672

Please sign in to comment.