Revision: 14542
Author: adrian.chadd
Date: Mon Apr  5 20:00:29 2010
Log: Issue #94 - even though COSS doesn't yet work under Windows because of asyncio library
related issues, the rebuild process SHOULD treat the file as binary.


http://code.google.com/p/lusca-cache/source/detail?r=14542

Modified:
 /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c

=======================================
--- /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c Wed Mar 24 20:34:17 2010 +++ /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c Mon Apr 5 20:00:29 2010
@@ -102,7 +102,7 @@
                return 0;
        }

-       fd = open(file, O_RDONLY);
+       fd = open(file, O_RDONLY | O_BINARY);
        if (fd < 0) {
                perror("open");
                return 0;

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to