Support update.manifest with DOS style line endings.

This commit is contained in:
darin%meer.net 2005-06-24 00:36:33 +00:00
Родитель deb187bb46
Коммит 6ec1f3c69c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1027,7 +1027,7 @@ int DoUpdate()
if (rv) if (rv)
return rv; return rv;
int mfd = open(manifest, O_RDONLY); int mfd = open(manifest, O_RDONLY | _O_BINARY);
if (mfd < 0) if (mfd < 0)
return -1; return -1;