fixes
This commit is contained in:
@ -717,7 +717,7 @@ static void
|
||||
randfill(uchar *buf, int len)
|
||||
{
|
||||
while(len-- > 0)
|
||||
*buf++ = nrand(256);
|
||||
*buf++ = fastrand();
|
||||
}
|
||||
|
||||
static long
|
||||
|
Reference in New Issue
Block a user