diff options
Diffstat (limited to 'src/solvers/h48/map.h')
| -rw-r--r-- | src/solvers/h48/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/h48/map.h b/src/solvers/h48/map.h index 7718794..b603ee3 100644 --- a/src/solvers/h48/map.h +++ b/src/solvers/h48/map.h | |||
| @@ -12,7 +12,7 @@ h48map_create(h48map_t map[static 1], uint64_t capacity, uint64_t randomizer) | |||
| 12 | map->capacity = capacity; | 12 | map->capacity = capacity; |
| 13 | map->randomizer = randomizer; | 13 | map->randomizer = randomizer; |
| 14 | 14 | ||
| 15 | map->table = malloc(map->capacity * sizeof(int64_t)); | 15 | map->table = malloc(map->capacity * sizeof(uint64_t)); |
| 16 | h48map_clear(map); | 16 | h48map_clear(map); |
| 17 | } | 17 | } |
| 18 | 18 | ||
