X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbuckettool.c;h=5b503580ec9fbbb2e54e6a4344ee26e3bc053322;hb=4d8d2943da06f65f953549e10a59a59300f90959;hp=396138af41c1a89808c569c32ff8d35c7f153b03;hpb=0a4083a5a04131565d858d2feb699562aeaecf0f;p=libucw.git 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);