mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Remove an extra space in backtrace version string
This commit is contained in:
parent
4c55ccbe95
commit
59e5bf7e2a
@ -215,9 +215,10 @@ int
|
||||
configure_backtrace_handler(const char *tor_version)
|
||||
{
|
||||
tor_free(bt_version);
|
||||
if (!tor_version)
|
||||
tor_version = "";
|
||||
if (tor_version)
|
||||
tor_asprintf(&bt_version, "Tor %s", tor_version);
|
||||
else
|
||||
tor_asprintf(&bt_version, "Tor");
|
||||
|
||||
return install_bt_handler();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user