зеркало из https://github.com/mozilla/gecko-dev.git
When processing IE Favorites (on Windows), handle eof correctly.
This commit is contained in:
Родитель
1bb4ef637c
Коммит
df47fab4ca
|
@ -1215,7 +1215,7 @@ FileSystemDataSource::getIEFavoriteURL(nsIRDFResource *source, nsString aFileURL
|
|||
|
||||
line.Append(buffer);
|
||||
|
||||
if (untruncated)
|
||||
if (untruncated || stream.eof())
|
||||
{
|
||||
if (line.Find("URL=", PR_TRUE) == 0)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче