diff options
Diffstat (limited to 'stdlib/drand48-iter.c')
-rw-r--r-- | stdlib/drand48-iter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/drand48-iter.c b/stdlib/drand48-iter.c index 013dbe7..b98f402 100644 --- a/stdlib/drand48-iter.c +++ b/stdlib/drand48-iter.c @@ -48,8 +48,8 @@ __drand48_iterate (xsubi, buffer) } else { - buffer->a[2] = 0x5deec; - buffer->a[1] = 0xe66d0000; + buffer->a[2] = 0x5deecUL; + buffer->a[1] = 0xe66d0000UL; buffer->a[0] = 0; } buffer->c = 0xb; |