Changeset 771 for trunk/dll/grep.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/grep.c

    r766 r771  
    258258      WinCancelShutdown(ghmq, TRUE);
    259259      IncrThreadUsage();
    260       DosSleep(128);
     260      DosSleep(100); //05 Aug 07 GKY 128
    261261      WinSetWindowText(grep.hwndCurFile,
    262262                       GetPString((grep.finddupes) ?
     
    12861286          sprintf(s, GetPString(IDS_GREPDUPECHECKPROGTEXT), y, g->numfiles);
    12871287          WinSetWindowText(g->hwndCurFile, s);
    1288           DosSleep(128);
     1288          DosSleep(100); //05 Aug 07 GKY 128
    12891289        }
    12901290        DosSleep(y % 2);
Note: See TracChangeset for help on using the changeset viewer.