1
0
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:
Mark Pizzolato
2020-10-29 13:28:41 -07:00
parent 9c1f4beae3
commit 263e0e7ed5
6 changed files with 9 additions and 9 deletions

View File

@@ -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;