mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
AltairZ80, BESM6, I7094: Adopt internal SCP internal time base
This commit is contained in:
@@ -90,7 +90,7 @@ struct tm *tptr;
|
||||
|
||||
if (bufsiz < 12)
|
||||
return 0;
|
||||
curtim = time (NULL); /* get time */
|
||||
curtim = sim_get_time (NULL); /* get time */
|
||||
tptr = localtime (&curtim); /* decompose */
|
||||
if (tptr == NULL) /* error? */
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user