commit | d0ebc75e7368cc4b1a8e504674feabc98f8fc5fd | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 15 17:25:58 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 15 17:25:58 2011 +0000 |
tree | 1c29a4b62e0d0240180ad34a5e073d060bb7cc3d | |
parent | 3988ed8e6f06ba8474a7f120d7f10f2a4c479f29 [diff] [blame] |
Fix mmap and test_mmap under Windows too (followup to r88022)
diff --git a/Modules/mmapmodule.c b/Modules/mmapmodule.c index ef026b2..f3b2f50 100644 --- a/Modules/mmapmodule.c +++ b/Modules/mmapmodule.c
@@ -1300,6 +1300,7 @@ else m_obj->size = low; #endif + m_obj->size -= offset; } else { m_obj->size = map_size; }