mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
fix non-Windows compile (nw)
This commit is contained in:
parent
4961e56d93
commit
de9d74f3ea
@ -590,7 +590,7 @@ WRITE8_MEMBER( px4_state::sior_w )
|
||||
// writing clock?
|
||||
if (m_clock_state > 0)
|
||||
{
|
||||
struct tm *t = localtime(&m_time.time);
|
||||
struct tm *t = localtime((const long int *)&m_time.time);
|
||||
|
||||
switch (m_clock_state++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user