Fix the previous revision.
This commit is contained in:
parent
1fb2336a53
commit
90142a318b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ bp_put_items(struct bp *bp, struct sctstr *sp, short *vec)
|
|||
for (i = I_NONE + 1; i <= I_MAX; i++) {
|
||||
idx = bud_key[i];
|
||||
if (idx >= 0)
|
||||
p->bp_item[idx] = sp->sct_item[i];
|
||||
p->bp_item[idx] = vec[i];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue