Explorar o código

Fixed compilation error.

Tatsuhiro Tsujikawa %!s(int64=18) %!d(string=hai) anos
pai
achega
acccec67be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/TorrentConsoleDownloadEngine.cc

+ 1 - 1
src/TorrentConsoleDownloadEngine.cc

@@ -50,7 +50,7 @@ void TorrentConsoleDownloadEngine::sendStatistics() {
   } else {
     printf("%s/%sB %d%% %s D:%.2f",
 	   Util::abbrevSize(downloadLength).c_str(),
-	   Util::abbrevSizellitos(totalLength).c_str(),
+	   Util::abbrevSize(totalLength).c_str(),
 	   (totalLength == 0 ?
 	    0 : (int)((downloadLength*100)/totalLength)),
 	   avgSpeed == 0 ? "-" : Util::secfmt(eta).c_str(),