Changeset 521 in MondoRescue
- Timestamp:
- May 1, 2006, 2:03:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/mondo/mondo/mondoarchive/mondo-cli.c
r519 r521 469 469 strncpy(bkpinfo->include_paths + strlen(bkpinfo->include_paths), 470 470 flag_val['I'], 471 MAX_STR_LEN - strlen(bkpinfo->include_paths));471 4*MAX_STR_LEN - strlen(bkpinfo->include_paths)); 472 472 log_msg(1, "include_paths is now '%s'", bkpinfo->include_paths); 473 473 if (bkpinfo->include_paths[0] == '-') { … … 704 704 strncpy(bkpinfo->exclude_paths + strlen(bkpinfo->exclude_paths), 705 705 flag_val['E'], 706 MAX_STR_LEN - strlen(bkpinfo->exclude_paths));706 4*MAX_STR_LEN - strlen(bkpinfo->exclude_paths)); 707 707 } 708 708 if (flag_set['e']) {
Note:
See TracChangeset
for help on using the changeset viewer.