Changeset 1004 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Apr 20, 2008, 7:59:34 PM (17 years ago)
Author:
Gregg Young
Message:

Change default command line length to 1024; remove additional hard coded command line lengths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r985 r1004  
    15381538              x++;
    15391539              if (!li->list[x] || strlen(szBuffer) +
    1540                   strlen(li->list[x]) + 5 > 1024) {
     1540                  strlen(li->list[x]) + 5 > MaxComLineStrg) {
    15411541                runemf2(SEPARATE | WINDOWED |
    15421542                        (fArcStuffVisible ? 0 : BACKGROUND | MINIMIZED) |
Note: See TracChangeset for help on using the changeset viewer.