mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 21:22:31 +00:00
* Minor fixes to the choke group implementation.
* Added some documentation. * Fixed a compiler bug on gcc-4.6.1. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1255 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -907,7 +907,7 @@ handle_sigbus(int signum, siginfo_t* sa, void* ptr) {
|
||||
printf("Stack dump not enabled.\n");
|
||||
#endif
|
||||
|
||||
printf("\nError: %s\n", rak::error_number::error_number(sa->si_errno).c_str());
|
||||
printf("\nError: %s\n", rak::error_number(sa->si_errno).c_str());
|
||||
|
||||
const char* signal_reason;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user