Skip to content

Commit

Permalink
Replace unicode symbol by ascii
Browse files Browse the repository at this point in the history
MSVC was emitting warning C4819 before this commit.
  • Loading branch information
Chocobo1 authored and arvidn committed May 31, 2019
1 parent 16acd9e commit d53caf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libtorrent/kademlia/dht_storage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d53caf5

Please sign in to comment.