зеркало из https://github.com/mozilla/pjs.git
When processing IE Favorites (on Windows), handle eof correctly.
This commit is contained in:
Родитель
6de8e5ec9c
Коммит
583445109a
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче