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: Fri, 02 Dec 2005 07:01:45 -0500

Index: mldonkey/src/utils/lib/CryptoPP.cc
diff -u mldonkey/src/utils/lib/CryptoPP.cc:1.4 
mldonkey/src/utils/lib/CryptoPP.cc:1.5
--- mldonkey/src/utils/lib/CryptoPP.cc:1.4      Mon Oct 17 15:26:19 2005
+++ mldonkey/src/utils/lib/CryptoPP.cc  Fri Dec  2 12:01:44 2005
@@ -5532,8 +5532,8 @@
 
 struct WindowSlider
 {
-       WindowSlider(const Integer &exp, bool fastNegate, unsigned int 
windowSizeIn=0)
-               : exp(exp), windowModulus(Integer::One()), 
windowSize(windowSizeIn), windowBegin(0), fastNegate(fastNegate), 
firstTime(true), finished(false)
+       WindowSlider(const Integer &Exp, bool FastNegate, unsigned int 
windowSizeIn=0)
+               : exp(Exp), windowModulus(Integer::One()), 
windowSize(windowSizeIn), windowBegin(0), fastNegate(FastNegate), 
firstTime(true), finished(false)
        {
                if (windowSize == 0)
                {
@@ -6200,8 +6200,8 @@
        if (bytesLeft && m_lazyLength)
        {
                unsigned int len = (unsigned int)STDMIN(bytesLeft, (unsigned 
long)m_lazyLength);
-               unsigned int blockedBytes = target.ChannelPut2(channel, 
m_lazyString, len, 0, blocking);
-               if (blockedBytes)
+               unsigned int BlockedBytes = target.ChannelPut2(channel, 
m_lazyString, len, 0, blocking);
+               if (BlockedBytes)
                        goto done;
 
                m_lazyString += len;




reply via email to

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