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 a376af2 commit c9a697eCopy full SHA for c9a697e
1 file changed
src/backends/sentry_backend_crashpad.cpp
@@ -680,10 +680,10 @@ ensure_unique_path(sentry_attachment_t *attachment)
680
sentry_path_t *old_path = attachment->path;
681
# ifdef SENTRY_PLATFORM_WINDOWS
682
attachment->path = sentry__path_join_wstr(
683
- base_path, sentry__path_filename(attachment->path));
+ base_path, sentry__path_filename(attachment->filename));
684
# else
685
attachment->path = sentry__path_join_str(
686
687
# endif
688
689
sentry__path_free(base_path);
0 commit comments