Ignore:
Timestamp:
Oct 23, 2001, 1:28:11 AM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/pidl.c

    r7098 r7156  
    486486        while (pidl1->mkid.cb && pidl2->mkid.cb)
    487487        {
    488           // compare lengths first
    489           if (pidl1->mkid.cb != pidl2->mkid.cb)
    490             return FALSE;
     488            // compare lengths first
     489            if (pidl1->mkid.cb != pidl2->mkid.cb)
     490              return FALSE;
    491491         
    492492//          _ILSimpleGetText(pidltemp1, szData1, MAX_PATH);
Note: See TracChangeset for help on using the changeset viewer.