Increase RIGLSTHASHSZ to 2X maximum rig#

pull/224/head
Michael Black 2020-03-12 16:39:52 -05:00
rodzic c8e4e99e97
commit c3120638f6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -158,7 +158,7 @@ struct rig_list
// This size has to be > than the max# of rigs for any manufacturer
// A fatal error will occur when running rigctl if this value is too small
#define RIGLSTHASHSZ 256
#define RIGLSTHASHSZ 65535
#define HASH_FUNC(a) ((a)%RIGLSTHASHSZ)