mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-790 limits.h removal changes.
X-SVN-Rev: 3338
This commit is contained in:
parent
74e70e363c
commit
1dd2623d4a
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ randul()
|
|||
static double
|
||||
randd()
|
||||
{
|
||||
return ((double)randul()) / ULONG_MAX;
|
||||
return ((double)randul()) / UINT32_MAX;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue