]> mj.ucw.cz Git - libucw.git/blobdiff - lib/buckettool.c
added sepsplit() in wordsplit.c
[libucw.git] / lib / buckettool.c
index 396138af41c1a89808c569c32ff8d35c7f153b03..5b503580ec9fbbb2e54e6a4344ee26e3bc053322 100644 (file)
@@ -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);