Ignore:
Timestamp:
Apr 30, 2006, 11:53:09 PM (18 years ago)
Author:
bcornec
Message:

Increase include|exclude_path (multiply x4) to avoid some reported bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/common/mondostructures.h

    r296 r514  
    477477   * If you do nothing, "/" will be used.
    478478   */
    479     char include_paths[MAX_STR_LEN];
     479    char include_paths[MAX_STR_LEN*4];
    480480
    481481  /**
     
    484484   * the scratchdir, and the tempdir are automatically excluded.
    485485   */
    486     char exclude_paths[MAX_STR_LEN];
     486    char exclude_paths[MAX_STR_LEN*4];
    487487
    488488  /**
Note: See TracChangeset for help on using the changeset viewer.