Ignore:
Timestamp:
Mar 3, 2024, 1:56:24 AM (4 months ago)
Author:
Bruno Cornec
Message:

image_devs is now dynamically allocated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-tools.c

    r3794 r3821  
    820820    bkpinfo->zip_exe[0] = '\0';
    821821    bkpinfo->zip_suffix[0] = '\0';
    822     bkpinfo->image_devs[0] = '\0';
     822    bkpinfo->image_devs = NULL;
    823823    bkpinfo->compression_level = 3;
    824824    bkpinfo->use_lzo = FALSE;
Note: See TracChangeset for help on using the changeset viewer.