~ubuntu-branches/ubuntu/wily/unrar-nonfree/wily-proposed

« back to all changes in this revision

Viewing changes to recvol.cpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2012-02-14 22:39:32 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: package-import@ubuntu.com-20120214223932-p4fuhasoxpn1dj3f
Tags: upstream-4.1.4
ImportĀ upstreamĀ versionĀ 4.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
// Buffer size for all volumes involved.
4
4
static const size_t TotalBufferSize=0x4000000;
5
5
 
6
 
#define RECVOL_BUFSIZE  0x10000
7
 
 
8
6
RecVolumes::RecVolumes()
9
7
{
10
8
  Buf.Alloc(TotalBufferSize);