Commit 6315130e authored by David Reid's avatar David Reid

Make ma_lcg.state uint32 to avoid UB on signed arthimethic overflow

parent 6e1cd416
...@@ -4378,7 +4378,7 @@ typedef struct ...@@ -4378,7 +4378,7 @@ typedef struct
typedef struct typedef struct
{ {
ma_int32 state; ma_uint32 state;
} ma_lcg; } ma_lcg;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment