Changeset 1316 for trunk/dll/filldir.c


Ignore:
Timestamp:
Dec 3, 2008, 7:31:42 PM (17 years ago)
Author:
Gregg Young
Message:

Code clean up -- remove redundant code; move code to match openwatcom requirements etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/filldir.c

    r1308 r1316  
    994994              ri.zOrder = (ULONG) CMA_TOP;
    995995              ri.cRecordsInsert = ulSelCnt;
    996               ri.fInvalidateRecord =
    997                 !fSyncUpdates && dcd && dcd->type == DIR_FRAME ?
    998                   FALSE : TRUE;
     996              ri.fInvalidateRecord = TRUE;
     997               // !fSyncUpdates && dcd && dcd->type == DIR_FRAME ? FALSE : TRUE; //fSyncUpdates always TRUE 12-1-08 GKY
    999998              if (!WinSendMsg(hwndCnr,
    1000999                              CM_INSERTRECORD,
     
    10101009                  ullTotalBytes = 0;
    10111010                  if (WinIsWindow((HAB) 0, hwndCnr))
    1012                     FreeCnrItemList(hwndCnr, pciFirst);
     1011                    FreeCnrItemList(hwndCnr, pciFirst);
    10131012                }
    10141013              // }
     
    11021101                ullTotalBytes = 0;
    11031102                if (WinIsWindow((HAB) 0, hwndCnr))
    1104                   FreeCnrItemList(hwndCnr, pciFirst);
     1103                  FreeCnrItemList(hwndCnr, pciFirst);
    11051104              }
    11061105            }
     
    15601559                                MPVOID,
    15611560                                MPFROM2SHORT(CMA_FIRST, CMA_ITEMORDER));
    1562 
    15631561    while (pci && (INT)pci != -1) {
    15641562      StubbyScan = xmallocz(sizeof(STUBBYSCAN), pszSrcFile, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.