Support update.manifest with DOS style line endings.

git-svn-id: svn://10.0.0.236/trunk@175070 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2005-06-24 00:36:33 +00:00
parent 2f5a082f73
commit cce7a4a0a4

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;