Message ID | 20191006233043.3516-4-e@80x24.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,01/20] diff: use hashmap_entry_init on moved_entry.ent | expand |
diff --git a/packfile.c b/packfile.c index fc43a6c52c..37fe0b73a6 100644 --- a/packfile.c +++ b/packfile.c @@ -1361,7 +1361,7 @@ struct delta_base_cache_key { }; struct delta_base_cache_entry { - struct hashmap hash; + struct hashmap_entry ent; struct delta_base_cache_key key; struct list_head lru; void *data;