Ignore:
Timestamp:
Jun 29, 2007, 12:37:50 PM (17 years ago)
Author:
Bruno Cornec
Message:

Size of DVD is 4482 (or more surely 4480 to avoid problems). Fixed everywhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mondo/src/common/libmondo-devices.c

    r1512 r1522  
    18831883                find_dvd_device(bkpinfo->media_device, FALSE);
    18841884                strcpy(tmp, "1");
    1885                 sprintf(sz_size, "%d", DEFAULT_DVD_DISK_SIZE);  // 4.7 salesman's GB = 4.482 real GB = 4582 MB
     1885                sprintf(sz_size, "%d", DEFAULT_DVD_DISK_SIZE);  // 4.7 salesman's GB = 4.482 real GB = 4482 MB
    18861886                log_msg(1, "Setting to DVD defaults");
    18871887            } else {
Note: See TracChangeset for help on using the changeset viewer.