Changeset 520
- Timestamp:
- 05/01/06 02:01:46 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/mondoarchive/mondo-cli.c
r503 r520 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.
