forked from premiere/premiere-libtorrent
merged assert fix from RC_0_16
This commit is contained in:
parent
5033960045
commit
de3dd9b0d9
|
@ -219,7 +219,7 @@ TORRENT_EXPORT void assert_fail(char const* expr, int line, char const* file
|
|||
print_backtrace(stack, sizeof(stack), 0);
|
||||
|
||||
fprintf(out, "assertion failed. Please file a bugreport at "
|
||||
"http://code.rasterbar.com/libtorrent/newticket\n"
|
||||
"http://code.google.com/p/libtorrent/issues\n"
|
||||
"Please include the following information:\n\n"
|
||||
"version: " LIBTORRENT_VERSION "\n"
|
||||
"%s\n"
|
||||
|
|
Loading…
Reference in New Issue