fix typo
This commit is contained in:
parent
3755a77a64
commit
ad8971d6da
|
@ -209,7 +209,7 @@ TORRENT_EXPORT void print_backtrace(char* out, int len, int max_depth)
|
|||
TORRENT_EXPORT void print_backtrace(char* out, int len, int max_depth)
|
||||
{
|
||||
out[0] = 0;
|
||||
strncat(out, "<not supported>", len)
|
||||
strncat(out, "<not supported>", len);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue