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

« back to all changes in this revision

Viewing changes to scantree.cpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2012-02-14 22:39:32 UTC
  • mfrom: (1.1.15) (5.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20120214223932-3785038bqlknu15a
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:
33
33
  if (Depth<0)
34
34
    return(SCAN_DONE);
35
35
 
 
36
 
36
37
  SCAN_CODE FindCode;
37
38
  while (1)
38
39
  {
39
40
    if (*CurMask==0 && !GetNextMask())
40
41
      return(SCAN_DONE);
41
42
 
 
43
 
42
44
    FindCode=FindProc(FindData);
43
45
    if (FindCode==SCAN_ERROR)
44
46
    {