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

« back to all changes in this revision

Viewing changes to rawread.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:
13
13
 
14
14
void RawRead::Read(size_t Size)
15
15
{
16
 
#if !defined(SHELL_EXT) && !defined(NOCRYPT)
 
16
#if !defined(SHELL_EXT) && !defined(RAR_NOCRYPT)
17
17
  if (Crypt!=NULL)
18
18
  {
19
19
    size_t CurSize=Data.Size();