mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Fixes #255 ("Typos in Boost 1.87 documentation")
This commit is contained in:
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
else{
|
||||
//Open already created shared memory object.
|
||||
windows_shared_memory shm (open_only, argv[2], read_only);
|
||||
windows_shared_memory shm (open_only, test::get_argv_2(argv), read_only);
|
||||
|
||||
//Map the whole shared memory in this process
|
||||
mapped_region region(shm, read_only);
|
||||
|
||||
Reference in New Issue
Block a user