This commit is contained in:
arvidn 2015-06-20 16:42:18 -04:00
parent 3755a77a64
commit ad8971d6da
2 changed files with 3 additions and 3 deletions

View File

@ -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