mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/utils/lib/CryptoPP.cc


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/lib/CryptoPP.cc
Date: Thu, 06 Oct 2005 06:50:33 -0400

Index: mldonkey/src/utils/lib/CryptoPP.cc
diff -u mldonkey/src/utils/lib/CryptoPP.cc:1.2 
mldonkey/src/utils/lib/CryptoPP.cc:1.3
--- mldonkey/src/utils/lib/CryptoPP.cc:1.2      Mon Sep 19 10:09:05 2005
+++ mldonkey/src/utils/lib/CryptoPP.cc  Thu Oct  6 10:50:31 2005
@@ -297,7 +297,7 @@
 void HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int size) const
 {
        if (size > DigestSize())
-               throw InvalidArgument("HashTransformation: can't truncate a " + 
IntToString(DigestSize()) + " byte digest to " + IntToString(size) + " bytes");
+               throw InvalidArgument("HashTransformation: can't truncate a " + 
IntToString(DigestSize(), 10) + " byte digest to " + IntToString(size, 10) + " 
bytes");
 }
 
 unsigned int BufferedTransformation::GetMaxWaitObjectCount() const




reply via email to

[Prev in Thread] Current Thread [Next in Thread]