# HG changeset patch # User Sean Halle # Date 1339724686 25200 # Node ID b032601956bb44e77ae99a9aacd778e69ae28ee7 # Parent ac99f4a8ce223c4fefb6b68e8c7e0951fc9174ac Works -- with send-receive plus normal dependencies diff -r ac99f4a8ce22 -r b032601956bb PrivateHash.c --- a/PrivateHash.c Wed Jun 06 18:00:58 2012 -0700 +++ b/PrivateHash.c Thu Jun 14 18:44:46 2012 -0700 @@ -460,7 +460,8 @@ return entry->content; } -/*Returns NULL if failed to insert, else returns ptr to hash entry */ +/*Returns NULL if failed to insert, else returns ptr to hash entry + * NOTE: does a copy of the key, so key can be alloc'd on stack */ HashEntry * addValueIntoTable32( uint32* key, void *content, HashTable *table ) { unsigned int hashIdx;