fix mac bustage until I get the PRInt64 macro's right.

git-svn-id: svn://10.0.0.236/trunk@70354 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com 2000-05-17 06:35:45 +00:00
parent 7a4f294831
commit 262a974c2d

View File

@ -1047,7 +1047,9 @@ nsNntpIncomingServer::HandleLine(char* line, PRUint32 line_size)
if (PL_strcmp(line, "lastgroupdate") == 0) {
mLastGroupDate = strtol(equalPos, nsnull, 16);
} else if (PL_strcmp(line, "firstnewdate") == 0) {
#if 0
mFirstNewDate = strtol(equalPos, nsnull, 16);
#endif
} else if (PL_strcmp(line, "uniqueid") == 0) {
mUniqueId = strtol(equalPos, nsnull, 16);
} else if (PL_strcmp(line, "pushauth") == 0) {