- Timestamp:
- Jan 27, 2011, 7:30:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-cli.c
r2697 r2698 608 608 609 609 if (flag_set['E']) { 610 if (bkpinfo->exclude_paths [0] == '-') {610 if (bkpinfo->exclude_paths && (bkpinfo->exclude_paths[0] == '-')) { 611 611 retval++; 612 612 log_to_screen("Please supply a sensible value with '-E'\n");
Note:
See TracChangeset
for help on using the changeset viewer.