]> rtime.felk.cvut.cz Git - ulut.git/commitdiff
uLUt: hash table correct leftover hard-coded prefix from testing.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 9 Apr 2015 14:20:24 +0000 (16:20 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 9 Apr 2015 14:20:24 +0000 (16:20 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
ulut/ul_hashtabcust.h

index c6c00b0d5ce594b653a5e0731fd3835e340c1e50..9e9b496e997d5721451af48ee8fbb7847a84fa15 100644 (file)
@@ -57,7 +57,7 @@ const ul_hashtab_treeroot_t *cust_prefix##_privtree_tree4key(const cust_table_t
 static inline \
 void cust_prefix##_privdummy(cust_table_t *table) \
 {/*used to suppress warning about unused static function generated by GAVL*/\
-  cust3_privtree_init_root_field(&(table->cust_table_field.treeroots.treesingle));\
+  cust_prefix##_privtree_init_root_field(&(table->cust_table_field.treeroots.treesingle));\
 } \
 \
 static \