From: bdemsky Date: Mon, 21 May 2007 02:53:29 +0000 (+0000) Subject: typo X-Git-Tag: preEdgeChange~581 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=177faba23fc0c96a7ba48cf52093cd48eacff281;p=IRC.git typo --- diff --git a/Robust/src/Runtime/runtime.c b/Robust/src/Runtime/runtime.c index 731697b3..604525af 100644 --- a/Robust/src/Runtime/runtime.c +++ b/Robust/src/Runtime/runtime.c @@ -594,7 +594,7 @@ void executetasks() { } /* Check that object still has necessary tags */ for(j=0;jnumbertags;j++) { - int slotid=pd->tagarray[2*i]+numparams; + int slotid=pd->tagarray[2*j]+numparams; struct ___TagDescriptor___ *tagd=currtpd->parameterArray[slotid]; if (!containstag(parameter, tagd)) { RUNFREE(currtpd->parameterArray);