зеркало из https://github.com/mozilla/pjs.git
Support update.manifest with DOS style line endings.
This commit is contained in:
Родитель
deb187bb46
Коммит
6ec1f3c69c
|
@ -1027,7 +1027,7 @@ int DoUpdate()
|
|||
if (rv)
|
||||
return rv;
|
||||
|
||||
int mfd = open(manifest, O_RDONLY);
|
||||
int mfd = open(manifest, O_RDONLY | _O_BINARY);
|
||||
if (mfd < 0)
|
||||
return -1;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче