Ignore:
Timestamp:
Jul 20, 2007, 1:28:27 AM (17 years ago)
Author:
Bruno Cornec
Message:

exclude_path should be 4*MAX_STR_LEN everywhere. Fixed now.
Increasing that value will allow to having larger exclude paths.
Should solve bug #137 (and maybe #3 as well)

File:
1 edited

Legend:

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

    r1522 r1540  
    23252325            ("Exclude paths",
    23262326             "Please enter paths which you do NOT want to backup. Separate them with spaces. NB: /tmp and /proc are always excluded. :-) Just hit 'Enter' if you want to do a full system backup.",
    2327              bkpinfo->exclude_paths, MAX_STR_LEN)) {
     2327             bkpinfo->exclude_paths, (4*MAX_STR_LEN)-1)) {
    23282328            log_to_screen("User has chosen not to backup the PC");
    23292329            finish(1);
Note: See TracChangeset for help on using the changeset viewer.