- Timestamp:
 - Sep 20, 2001, 9:04:41 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/shell32/shlfolder.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/shell32/shlfolder.c
r6709 r6776 902 902 else 903 903 { 904 hr = ResultFromShort(nReturn); /* two equal simple pidls */ 904 pidl2 = ILGetNext(pidl2); 905 if (pidl2 && pidl2->mkid.cb) /* go deeper on #2 ? */ 906 hr = ResultFromShort(-1); /* two different */ 907 else 908 hr = ResultFromShort(nReturn); /* two equal simple pidls */ 905 909 } 906 910 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  