mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
fix cast in call to time(2)
This commit is contained in:
parent
b3fff25d5c
commit
0095681493
4 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ main (int argc, char* argv[])
|
|||
|
||||
c->set_background_color (0xffffffff);
|
||||
|
||||
srandom (time ((time_t) 0));
|
||||
srandom (time ((time_t *) 0));
|
||||
|
||||
win.add (cview);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue