diff --git a/libtransmission/torrent.cc b/libtransmission/torrent.cc index 4f8578da8..2cff1c047 100644 --- a/libtransmission/torrent.cc +++ b/libtransmission/torrent.cc @@ -1593,7 +1593,7 @@ static std::string buildLabelsString(tr_torrent const* tor) for (auto it = std::begin(tor->labels), end = std::end(tor->labels); it != end;) { - buf << *it; + buf << tr_quark_get_string_view(*it); if (++it != end) {