Support update.manifest with DOS style line endings.

This commit is contained in:
darin%meer.net 2005-06-24 00:36:33 +00:00
parent dd3c6f24d1
commit db991725a9

View File

@ -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;