# HG changeset patch # User Some Random Person # Date 1332176574 25200 # Node ID eadb2ba022a0293c89ad2954e10aedef4b33ab74 # Parent 8882e795016d458c8e607f34be446c1eb4a69b88 bug fix -- initialize coreSlotIsOn -- now works diff -r 8882e795016d -r eadb2ba022a0 SSR_PluginFns.c --- a/SSR_PluginFns.c Sat Mar 17 00:42:11 2012 -0700 +++ b/SSR_PluginFns.c Mon Mar 19 10:02:54 2012 -0700 @@ -39,7 +39,7 @@ SSRSemEnv *semEnv; int32 coreNum, slotNum; - coreNum = slot->coreOfSlot; + coreNum = slot->coreSlotIsOn; slotNum = slot->slotIdx; semEnv = (SSRSemEnv *)_semEnv;