From b417f2ba9813fd61326bfbe9cd7c1e924513256d Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 3 May 2015 02:56:46 +0000 Subject: [PATCH] merged fix from RC_1_0 --- examples/client_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index b75a3b062..faf74945a 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -1187,6 +1187,7 @@ void print_piece(libtorrent::partial_piece_info* pp else out += chr; + last_color = color; out += str; } out += esc("0");