This commit is contained in:
stskeeps 2001-05-07 18:39:55 +00:00
parent 689c63f382
commit b75e14a07d

View file

@ -1184,7 +1184,7 @@ void SocketLoop(void *dummy)
loop.do_tkl_sweep = 0;
}
/* we want accuarte time here not the fucked up TStime() :P -Stskeeps */
if ((time(NULL) - last_tune) > 300)
if (TStime() - last_tune) > 300)
{
last_tune = time(NULL);
save_tunefile();