From: Robert Spalek Date: Fri, 20 Aug 2004 09:41:00 +0000 (+0000) Subject: renamed attr_set_type() to put_attr_set_type() X-Git-Tag: holmes-import~907 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3ea54a36438924d1e7d0d66b864be846a079acf8;p=libucw.git renamed attr_set_type() to put_attr_set_type() --- 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);