diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-14 21:58:49 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-14 21:58:49 -0400 |
| commit | 4c5dc9443e818d020fcb95144a944c98e7d46055 (patch) | |
| tree | 880757d71e6fd084e1cb0d6c92d7a4936bcbd90c /builtins/functions.c | |
| parent | c8e2f0faad925d7d5bcc6ebcb7b0c306c9e663e5 (diff) | |
Rename SSS_HASH_VECTOR -> TOMO
Diffstat (limited to 'builtins/functions.c')
| -rw-r--r-- | builtins/functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/functions.c b/builtins/functions.c index d366736e..b292f511 100644 --- a/builtins/functions.c +++ b/builtins/functions.c @@ -23,7 +23,7 @@ extern bool USE_COLOR; -public const char *SSS_HASH_VECTOR = "sss hash vector ----------------------------------------------";; +public const char *TOMO_HASH_VECTOR = "tomo hash vector ---------------------------------------------"; public void fail(CORD fmt, ...) { @@ -90,7 +90,7 @@ public uint32_t generic_hash(const void *obj, const TypeInfo *type) default: { hash_data:; uint32_t hash; - halfsiphash((void*)obj, type->size, SSS_HASH_VECTOR, (uint8_t*)&hash, sizeof(hash)); + halfsiphash((void*)obj, type->size, TOMO_HASH_VECTOR, (uint8_t*)&hash, sizeof(hash)); return hash; } } |
