~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
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120214223932-wi7jd1zvqed61bw2
Tags: 1:4.1.4-1
* New upstream release
* Updated Watch file
* Added build-indep and build-arch to rules file

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();