Changeset 302 for trunk/dll/seeall.c


Ignore:
Timestamp:
Jun 27, 2006, 2:21:31 AM (19 years ago)
Author:
root
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seeall.c

    r204 r302  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2005 Steven H. Levine
     9  Copyright (c) 2001, 2006 Steven H. Levine
    1010
    1111  16 Oct 02 SHL Handle large partitions
     
    1616  05 Jun 05 SHL Use QWL_USER
    1717  06 Jun 05 SHL Drop unused code
     18  29 May 06 SHL Comments
    1819
    1920***********************************************************************/
     
    449450              memset(&ad,0,sizeof(ad));
    450451              ad.namecanchange = 1;
    451               ad.info = arcsighead;
     452              ad.info = arcsighead;     // Hide dups
    452453              if(!WinDlgBox(HWND_DESKTOP,
    453454                            hwndFrame,
     
    456457                            ASEL_FRAME,
    457458                            (PVOID)&ad.info) ||
    458                             !ad.info) { /* we blew it */
     459                 !ad.info) {
     460                /* we blew it */
    459461                FreeList(list);
    460462                break;
Note: See TracChangeset for help on using the changeset viewer.