Revision 922c6aff trunk/Pithos.Core/Agents/NetworkAgent.cs

b/trunk/Pithos.Core/Agents/NetworkAgent.cs
959 959
                {
960 960
                    //Find the proper block
961 961
                    var blockIndex = treeHash.HashDictionary[missingHash];
962
                    var offset = blockIndex*accountInfo.BlockSize;
962
                    long offset = blockIndex*accountInfo.BlockSize;
963 963

  
964 964
                    var read = fileInfo.Read(buffer, offset, accountInfo.BlockSize);
965 965

  

Also available in: Unified diff