Ignore:
Timestamp:
Aug 18, 2009, 3:19:54 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3337@localhost: bruno | 2009-08-11 20:02:18 +0200
bkpinfo->boot_device and bkpinfo->zip_exe are now dynamically allocated

File:
1 edited

Legend:

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

    r2325 r2326  
    369369   * to take truncate_to_drive_name() of where_is_root_mounted().
    370370   */
    371     char boot_device[MAX_STR_LEN / 4];
     371    char *boot_device;
    372372
    373373  /**
     
    376376   * compression_level is 0.
    377377   */
    378     char zip_exe[MAX_STR_LEN / 4];
     378    char *zip_exe;
    379379
    380380  /**
Note: See TracChangeset for help on using the changeset viewer.