time_t-20040818

Make sure the response of time() is stored in a time_t
This commit is contained in:
Jeffrey Altman 2004-08-18 18:52:03 +00:00 committed by Jeffrey Altman
parent f21740a0ac
commit 3de51188f7

View File

@ -1477,7 +1477,7 @@ BOOL GetTokenInfo(CStringArray& tokenInfo)
{
int cellNum;
int rc;
int current_time;
time_t current_time;
time_t tokenExpireTime;
char *expireString;
char userName[100];