[Xapian-commits] 7834: trunk/xapian-core/ trunk/xapian-core/common/
richard
xapian-commits at lists.xapian.org
Fri Mar 2 14:23:46 GMT 2007
SVN root: svn://svn.xapian.org/xapian
Changes by: richard
Revision: 7834
Date: 2007-03-02 14:23:44 +0000 (Fri, 02 Mar 2007)
Log message (3 lines):
Improve accuracy of emulation of posix open, and fix a bug which caused it to
misinterpret the "flags" argument - files were always being opened for writing:
O_RDONLY is 0, so the old test (flags & O_RDONLY) always failed.
Modified files:
U trunk/xapian-core/ChangeLog
U trunk/xapian-core/common/msvc_posix_wrapper.cc
Links:
http://xapian.org/C?7834
http://xapian.org/C?7834?trunk/xapian-core/ChangeLog
http://xapian.org/C?7834?trunk/xapian-core/common/msvc_posix_wrapper.cc
More information about the Xapian-commits
mailing list