mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-18 08:02:29 +00:00
* ChunkSelector selected from outside the priority ranges due to
~(char)0 giving an inverted integer rather than char. * Fixed a segfault due to too small screen size, snprintf returns the number of bytes that could have been written rather than how much actually was. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@626 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ main(int argc, char** argv) {
|
||||
try {
|
||||
|
||||
// Temporary.
|
||||
setlocale(LC_ALL, "");
|
||||
//setlocale(LC_ALL, "");
|
||||
|
||||
cachedTime = rak::timer::current();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user