]> mj.ucw.cz Git - libucw.git/commitdiff
renamed attr_set_type() to put_attr_set_type()
authorRobert Spalek <robert@ucw.cz>
Fri, 20 Aug 2004 09:41:00 +0000 (09:41 +0000)
committerRobert Spalek <robert@ucw.cz>
Fri, 20 Aug 2004 09:41:00 +0000 (09:41 +0000)
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);