From 3ea54a36438924d1e7d0d66b864be846a079acf8 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Fri, 20 Aug 2004 09:41:00 +0000 Subject: [PATCH] renamed attr_set_type() to put_attr_set_type() --- lib/buckettool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buckettool.c b/lib/buckettool.c index 396138af..5b503580 100644 --- a/lib/buckettool.c +++ b/lib/buckettool.c @@ -156,7 +156,7 @@ insert(byte *arg) die("Type `%s' is not a hexadecimal number"); if (type < 10) type += BUCKET_TYPE_PLAIN; - attr_set_type(type); + put_attr_set_type(type); in = bfdopen_shared(0, 4096); obuck_init(1); -- 2.39.2