From 3087d16eef23ecf9b4604dfa5eba0dea35ea891f Mon Sep 17 00:00:00 2001 From: "Victor A. Wagner Jr." Date: Mon, 25 Apr 2005 10:01:07 +0000 Subject: [PATCH] Deleted - an extraneous \r at the end of lines which causes vc8.0 to mistake the files for some created on the Mac (apparently a HENIOUS crime which is intolerable to those at Microsoft and which must be considered an error) Changed - the version of python mentioned specifically from 2.3 to 2.4 [SVN r28471] --- src/mapped_file.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mapped_file.cpp b/src/mapped_file.cpp index 33cf00e..cc17db9 100755 --- a/src/mapped_file.cpp +++ b/src/mapped_file.cpp @@ -90,7 +90,7 @@ struct mapped_file_impl { }; } // End namespace detail. - + //------------------Definition of mapped_file_source--------------------------// mapped_file_source::mapped_file_source(mapped_file_params p) { open(p); } @@ -101,14 +101,14 @@ mapped_file_source::mapped_file_source( const std::string& path, { open(path, length, offset); } void mapped_file_source::open(mapped_file_params p) -{ +{ p.mode &= ~BOOST_IOS::out; - open_impl(p); + open_impl(p); } void mapped_file_source::open( const std::string& path, size_type length, boost::intmax_t offset ) -{ +{ open_impl(p); }