Klaus Schmidinger wrote:
... --- vdr.c 2006/10/14 10:01:32 1.280 +++ vdr.c 2006/12/02 10:20:30 @@ -1154,11 +1154,15 @@ ...
LastActivity = time(NULL) - Setup.MinUserInactivity * 60 + SHUTDOWNRETRY; // try again later
Just in case somebody noticed: I just realized that 'Now' can be used instead of 'time(NULL)' here.
Klaus