From 90142a318b7f53fa3bafed5f94d5b02260ae8c38 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 14 Jan 2007 09:38:09 +0000 Subject: [PATCH] Fix the previous revision. --- src/lib/update/bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/update/bp.c b/src/lib/update/bp.c index 0dfd0405..fe51a99c 100644 --- a/src/lib/update/bp.c +++ b/src/lib/update/bp.c @@ -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]; } }