Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Nov 27, 2023
1 parent 7f98f9e commit f07b3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/sentry_backend_crashpad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ crashpad_backend_startup(
SENTRY_WARN("registering crashpad WER handler in registry failed");
} else {
std::wstring wer_path_string(wer_path->path);
if (!data->client.RegisterWerModule(wer_path_string)) {
if (!data->client->RegisterWerModule(wer_path_string)) {
SENTRY_WARN("registering crashpad WER handler module failed");
}
}
Expand Down

0 comments on commit f07b3e3

Please sign in to comment.