updated to new version of Ezc
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@602 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -22,7 +22,7 @@ void uptime_more_than_one_day(Info & i)
|
||||
time_t up = time(0) - data.system_start;
|
||||
time_t days = up / 60 / 60 / 24;
|
||||
|
||||
i.result = ( days > 1 );
|
||||
i.res = ( days > 1 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user