Skip to content

Commit

Permalink
fix accidental check-in of typo in stb_ds.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Barrett committed Nov 9, 2024
1 parent 758b636 commit 40adb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stb_ds.h
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ static stbds_hash_index *stbds_make_hash_index(size_t slot_count, stbds_hash_ind
} else {
size_t a,b,temp;
memset(&t->string, 0, sizeof(t->string));
t->seed = stbds_BB;
t->seed = stbds_hash_seed;
// LCG
// in 32-bit, a = 2147001325 b = 715136305
// in 64-bit, a = 2862933555777941757 b = 3037000493
Expand Down

0 comments on commit 40adb99

Please sign in to comment.