mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 05:45:33 +00:00
fix bug 17645, high-order bit on cookie character getting garbled, r=dp
This commit is contained in:
parent
b8cc67ab4e
commit
93f207e316
@ -359,7 +359,8 @@ cookie_GetLine(nsInputFileStream strm, nsAutoString& aLine) {
|
||||
return -1;
|
||||
}
|
||||
if (c != '\r') {
|
||||
aLine += c;
|
||||
aLine.Append(c);
|
||||
// aLine += c;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user