ICU-535 Fixed some compiler warnings

X-SVN-Rev: 3362
This commit is contained in:
George Rhoten 2001-01-03 00:22:12 +00:00
parent bc3aaa20ef
commit 356f7d1cc2

View File

@ -144,7 +144,7 @@ randul()
double
randd()
{
return ((double)randul()) / UINT32_MAX;
return (double)(randul() / UINT32_MAX);
}
/**