projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
797b766
)
typo
author
bdemsky
<bdemsky>
Mon, 21 May 2007 02:53:29 +0000
(
02:53
+0000)
committer
bdemsky
<bdemsky>
Mon, 21 May 2007 02:53:29 +0000
(
02:53
+0000)
Robust/src/Runtime/runtime.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/runtime.c
b/Robust/src/Runtime/runtime.c
index 731697b3ba65ca4eac4352b949cd16619a866b53..604525af89773e4ac4581d4aca3d436c88e50a21 100644
(file)
--- 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;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);