merge build fix with C++11 from RC_0_16
This commit is contained in:
@@ -491,7 +491,7 @@ namespace libtorrent
|
||||
case lazy_entry::int_t:
|
||||
{
|
||||
char str[100];
|
||||
snprintf(str, sizeof(str), "%"PRId64, e.int_value());
|
||||
snprintf(str, sizeof(str), "%" PRId64, e.int_value());
|
||||
return str;
|
||||
}
|
||||
case lazy_entry::string_t:
|
||||
|
Reference in New Issue
Block a user