fix error code messages when building without deprecated functions
This commit is contained in:
parent
08a399306c
commit
178093f81b
|
@ -268,6 +268,8 @@ namespace libtorrent {
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
#else
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
#endif
|
||||
"random number generator failed",
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue