~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.2.12)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: package-import@ubuntu.com-20120214223932-80w6cf6q639kinh4
Tags: upstream-4.1.4
ImportĀ upstreamĀ versionĀ 4.1.4

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
    {