Yet another bustage fix. Patch by dwitte@stanford.edu r/sr=engulfed tree

This commit is contained in:
stephend%netscape.com 2003-03-22 08:02:44 +00:00
Родитель 7d5a549784
Коммит 3c02ba4660
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -50,7 +50,7 @@
// XXX these casts and constructs are horrible, but our nsInt64/nsTime
// classes are lacking so we need them for now. see bug 198694.
#define USEC_PER_SEC (nsInt64(PRInt64(1000000)))
#define USEC_PER_SEC (nsInt64(PRInt32(1000000)))
#define NOW_IN_SECONDS (nsInt64(PR_Now()) / USEC_PER_SEC)
// main cookie storage struct