We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f40e7a commit 28af9dfCopy full SHA for 28af9df
Sources/libcoverage/coverage.c
@@ -73,7 +73,7 @@ int cov_initialize(struct cov_context* context)
73
}
74
75
context->shmem =
76
- MapViewOfFIle(hMapping, FILE_MAP_ALL_ACCESS, 0, 0, SHM_SIZE);
+ MapViewOfFile(context->hMapping, FILE_MAP_ALL_ACCESS, 0, 0, SHM_SIZE);
77
if (!context->shmem) {
78
CloseHandle(context->hMapping);
79
context->hMapping = INVALID_HANDLE_VALUE;
0 commit comments