Skip to content

Commit cec5700

Browse files
authored
Fix URL in libbacktrace_impls.hpp (#214)
The double slash in the URL redirects to the bugzilla main page.
1 parent cf59922 commit cec5700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/stacktrace/detail/libbacktrace_impls.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ BOOST_SYMBOL_VISIBLE inline ::backtrace_state* construct_state(const program_loc
8383
//
8484
// Unfortunately, that solution segfaults when `construct_state()` function is in .so file
8585
// and multiple threads concurrently work with state. I failed to localize the root cause:
86-
// https://gcc.gnu.org/bugzilla//show_bug.cgi?id=87653
86+
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87653
8787

8888
#define BOOST_STACKTRACE_DETAIL_IS_MT 1
8989

0 commit comments

Comments
 (0)