mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
fix mac bustage until I get the PRInt64 macro's right.
This commit is contained in:
parent
fb67c5cefe
commit
71f3f04b78
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user