typo
authorbdemsky <bdemsky>
Mon, 21 May 2007 02:53:29 +0000 (02:53 +0000)
committerbdemsky <bdemsky>
Mon, 21 May 2007 02:53:29 +0000 (02:53 +0000)
Robust/src/Runtime/runtime.c

index 731697b3ba65ca4eac4352b949cd16619a866b53..604525af89773e4ac4581d4aca3d436c88e50a21 100644 (file)
@@ -594,7 +594,7 @@ void executetasks() {
        }
        /* Check that object still has necessary tags */
        for(j=0;j<pd->numbertags;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);