Changeset 518 in MondoRescue for trunk/mondo/mondo/common/mondostructures.h


Ignore:
Timestamp:
May 1, 2006, 1:42:39 AM (18 years ago)
Author:
bcornec
Message:

merge -r 506:516 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/mondostructures.h

    r300 r518  
    460460   * If you do nothing, "/" will be used.
    461461   */
    462     char include_paths[MAX_STR_LEN];
     462    char include_paths[MAX_STR_LEN*4];
    463463
    464464  /**
     
    467467   * the scratchdir, and the tempdir are automatically excluded.
    468468   */
    469     char exclude_paths[MAX_STR_LEN];
     469    char exclude_paths[MAX_STR_LEN*4];
    470470
    471471  /**
Note: See TracChangeset for help on using the changeset viewer.