Changeset 1641 for trunk/dll/draglist.c


Ignore:
Timestamp:
Oct 13, 2011, 3:47:52 AM (14 years ago)
Author:
Gregg Young
Message:

Fix trap on attempted drag from compare directory dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/draglist.c

    r1545 r1641  
    260260  // Count items to unhilite, pass to UnHilite when partial unhilite required
    261261  dcd = INSTDATA(hwndCnr);
     262  if (!dcd)
     263    return hDrop;
    262264  dcd->ulItemsToUnHilite = 0;
    263265  if (!pciRec && directory && *directory)
Note: See TracChangeset for help on using the changeset viewer.