From: Wayne Davison Date: Mon, 4 Feb 2008 15:29:22 +0000 (-0800) Subject: Store the key64 flag from hashtable_create() in the hashtable structure X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d6e6333a02a900c2863200a0feff4349d4003a8d?hp=d6e6333a02a900c2863200a0feff4349d4003a8d Store the key64 flag from hashtable_create() in the hashtable structure so that hashtable_find() knows which hashtable is which on a 64-bit architecture. ---