From de2a48a5ede38e2d0d2b8239ae56c8f47e525576 Mon Sep 17 00:00:00 2001 From: Billy Moses Date: Mon, 16 Dec 2024 16:57:08 -0600 Subject: [PATCH] fix --- src/utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.jl b/src/utils.jl index 9ebfdf72d6..a82ccc93c0 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -219,7 +219,7 @@ end min_world::Ref{UInt}, max_world::Ref{UInt}, ) - res = lookup_world(sig, mt.world, mt.table, min_world, max_world) + res = lookup_world(sig, world, mt.table, min_world, max_world) return res end