Changeset 524 in MondoRescue for trunk/mondo/mondo/mondoarchive/mondo-cli.c


Ignore:
Timestamp:
May 5, 2006, 11:47:41 AM (18 years ago)
Author:
bcornec
Message:

merge -r 516:523 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondoarchive/mondo-cli.c

    r507 r524  
    327327        strncpy(bkpinfo->include_paths + strlen(bkpinfo->include_paths),
    328328                flag_val['I'],
    329                 MAX_STR_LEN - strlen(bkpinfo->include_paths));
     329                4*MAX_STR_LEN - strlen(bkpinfo->include_paths));
    330330        log_msg(1, "include_paths is now '%s'", bkpinfo->include_paths);
    331331        if (bkpinfo->include_paths[0] == '-') {
     
    561561        strncpy(bkpinfo->exclude_paths + strlen(bkpinfo->exclude_paths),
    562562                flag_val['E'],
    563                 MAX_STR_LEN - strlen(bkpinfo->exclude_paths));
     563                4*MAX_STR_LEN - strlen(bkpinfo->exclude_paths));
    564564    }
    565565    if (flag_set['e']) {
Note: See TracChangeset for help on using the changeset viewer.