mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-06 08:46:51 +08:00
Merge pull request #24 from GxvgiuU/shared_mmap-constructor
Fix shared_mmap constructor method
This commit is contained in:
commit
2dbf5d3050
@ -326,7 +326,7 @@ private:
|
||||
}
|
||||
else
|
||||
{
|
||||
pimpl_->map(token, offset, length, AccessMode, error);
|
||||
pimpl_->map(token, offset, length, error);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user