From 177faba23fc0c96a7ba48cf52093cd48eacff281 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Mon, 21 May 2007 02:53:29 +0000 Subject: [PATCH] typo --- Robust/src/Runtime/runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1