fix regression 327755 caused by fix for 322863, r/sr=me
git-svn-id: svn://10.0.0.236/trunk@190527 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2848,7 +2848,8 @@ void nsImapServerResponseParser::quota_data()
|
||||
do
|
||||
{
|
||||
AdvanceToNextToken();
|
||||
quotaroot.Adopt(CreateAstring());
|
||||
if (!fAtEndOfLine)
|
||||
quotaroot.Adopt(CreateAstring());
|
||||
}
|
||||
while (ContinueParse() && !fAtEndOfLine);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user