From d53caf51ab40c1b11d13e9af9d5280d5f905f04f Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 31 May 2019 16:15:40 +0800 Subject: [PATCH] Replace unicode symbol by ascii MSVC was emitting warning C4819 before this commit. --- include/libtorrent/kademlia/dht_storage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/kademlia/dht_storage.hpp b/include/libtorrent/kademlia/dht_storage.hpp index 8f18d84c9..13645f9fb 100644 --- a/include/libtorrent/kademlia/dht_storage.hpp +++ b/include/libtorrent/kademlia/dht_storage.hpp @@ -208,7 +208,7 @@ namespace libtorrent { namespace dht { // This function retrieves a sample info-hashes // // For implementers: - // The info-hashes should be stored in ["samples"] (N × 20 bytes). + // The info-hashes should be stored in ["samples"] (N x 20 bytes). // the following keys should be filled // item["interval"] - the subset refresh interval in seconds. // item["num"] - number of info-hashes in storage.