Ignore:
Timestamp:
Aug 18, 2009, 2:37:39 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3331@localhost: bruno | 2009-08-06 01:34:32 +0200

  • bkpinfo->scratchdir is now dynamically allocated
  • mondoarchive tests made in text+newt env. Seems OK. Valgrind errors to be fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/mondostructures.h

    r2226 r2320  
    480480   * As such, it needs to be at least as large as the largest CD/DVD/ISO.
    481481   */
    482     char scratchdir[MAX_STR_LEN / 4];
     482    char *scratchdir;
    483483
    484484  /**
     
    515515   * If you do nothing, "/" will be used.
    516516   */
    517     char include_paths[MAX_STR_LEN*4];
     517    char *include_paths;
    518518
    519519  /**
     
    522522   * the scratchdir, and the tempdir are automatically excluded.
    523523   */
    524     char exclude_paths[MAX_STR_LEN*4];
     524    char *exclude_paths;
    525525
    526526  /**
Note: See TracChangeset for help on using the changeset viewer.