Ignore:
Timestamp:
Mar 4, 2024, 1:33:29 PM (4 months ago)
Author:
Bruno Cornec
Message:

manages call_make|burn|after_iso dynamically

File:
1 edited

Legend:

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

    r3826 r3827  
    545545   * A command to call to make an ISO image.
    546546   */
    547     char call_make_iso[MAX_STR_LEN];
     547    char *call_make_iso;
    548548
    549549  /**
    550550   * A command to call to burn the ISO image.
    551551   */
    552     char call_burn_iso[MAX_STR_LEN];
     552    char *call_burn_iso;
    553553
    554554  /**
    555555   * A command to call AFTER making an ISO image.
    556556   */
    557     char call_after_iso[MAX_STR_LEN];
     557    char *call_after_iso;
    558558
    559559  /**
Note: See TracChangeset for help on using the changeset viewer.