Ignore:
Timestamp:
Mar 9, 2024, 3:31:21 PM (4 months ago)
Author:
Bruno Cornec
Message:

-c means now optical backup for CD/DVD. Removed dvd special mode -r

File:
1 edited

Legend:

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

    r3878 r3881  
    976976
    977977    switch (type_of_bkp) {
    978     case dvd:
    979         mr_asprintf(type_of_backup, "DVD");
    980         break;
    981     case cdr:
    982         mr_asprintf(type_of_backup, "CDR");
     978    case optical:
     979        mr_asprintf(type_of_backup, "optical");
    983980        break;
    984981    case tape:
Note: See TracChangeset for help on using the changeset viewer.