Changeset 771 for trunk/dll/objcnr.c


Ignore:
Timestamp:
Aug 6, 2007, 5:05:35 AM (18 years ago)
Author:
Gregg Young
Message:

Increase subject to 1024 reduce DosSleep times

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/objcnr.c

    r762 r771  
    7979  strcat(maskstr, "*");
    8080  hdir = HDIR_CREATE;
    81   nm = 128;
     81  nm = 1;
    8282  rc = DosFindFirst(filename, &hdir,
    8383                    FILE_NORMAL | FILE_READONLY | FILE_ARCHIVED |
     
    145145  ri.pRecordParent = (PRECORDCORE) pciParent;
    146146  ri.zOrder = (USHORT) CMA_TOP;
    147   ri.cRecordsInsert = 128;
     147  ri.cRecordsInsert = 1;
    148148  ri.fInvalidateRecord = TRUE;
    149149  if (!WinSendMsg(hwndCnr, CM_INSERTRECORD, MPFROMP(pciP), MPFROMP(&ri))) {
Note: See TracChangeset for help on using the changeset viewer.