mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
parent
3910e88ebf
commit
5a25adb646
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ DrawTestImage(void)
|
|||
static int
|
||||
Rand(int max)
|
||||
{
|
||||
return ((int) random()) % max;
|
||||
return ((int) rand()) % max;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue