This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".

The branch master has been updated
       via  b5c82a14c61e2b1a2b1564f967474bb830213e30 (commit)
      from  42d063743b74816bb0d49ed1d94dfc5d0f157e9f (commit)

Summary of changes:
 mod/silverbox/assoc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b5c82a14c61e2b1a2b1564f967474bb830213e30
Author: Yuriy Vostrikov <[email protected]>
Date:   Mon Dec 27 18:34:50 2010 +0300

    [box] Fix stupid typo in HASH NUM64 index.

diff --git a/mod/silverbox/assoc.h b/mod/silverbox/assoc.h
index c8b1e38..db4fe2f 100644
--- a/mod/silverbox/assoc.h
+++ b/mod/silverbox/assoc.h
@@ -13,7 +13,7 @@
 typedef void *ptr_t;
 
 KHASH_MAP_INIT_INT(int_ptr_map, ptr_t, realloc);
-KHASH_MAP_INIT_INT(int64_ptr_map, ptr_t, realloc);
+KHASH_MAP_INIT_INT64(int64_ptr_map, ptr_t, realloc);
 KHASH_MAP_INIT_STR(str_ptr_map, ptr_t, realloc);
 KHASH_MAP_INIT_INT(int_int_map, uint32_t, realloc);
 KHASH_MAP_INIT_INT(seen, int32_t, realloc);

-- 
Tarantool -- an efficient key/value data store

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to