From 27b7e320369309a7e19b9d079ed595411cab7a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Fri, 4 Mar 2016 00:09:33 +0000 Subject: [PATCH] fix stupid typo --- C/modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/modules.c b/C/modules.c index 0265c2dba..6c9c0fb82 100644 --- a/C/modules.c +++ b/C/modules.c @@ -70,7 +70,7 @@ initMod( AtomEntry *toname, AtomEntry *ae) { static ModEntry *GetModuleEntry(Atom at USES_REGS) { Prop p0; - AtomEntry *ae = RepAtom(axclat); + AtomEntry *ae = RepAtom(at); READ_LOCK(ae->ARWLock); p0 = ae->PropsOfAE;