forked from premiere/premiere-libtorrent
fixed missing new line in assert message
This commit is contained in:
parent
630601aedf
commit
9edfd93603
|
@ -119,7 +119,7 @@ void assert_fail(char const* expr, int line, char const* file, char const* funct
|
||||||
"http://code.rasterbar.com/libtorrent/newticket\n"
|
"http://code.rasterbar.com/libtorrent/newticket\n"
|
||||||
"Please include the following information:\n\n"
|
"Please include the following information:\n\n"
|
||||||
"version: " LIBTORRENT_VERSION "\n"
|
"version: " LIBTORRENT_VERSION "\n"
|
||||||
"%s"
|
"%s\n"
|
||||||
"file: '%s'\n"
|
"file: '%s'\n"
|
||||||
"line: %d\n"
|
"line: %d\n"
|
||||||
"function: %s\n"
|
"function: %s\n"
|
||||||
|
|
Loading…
Reference in New Issue