Ignore:
Timestamp:
Jan 27, 2011, 7:30:49 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4174@localhost: bruno | 2011-01-26 07:04:13 +0100

  • Fix a bug in process_switches around exclude_paths check now that it's setup with NULL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-cli.c

    r2697 r2698  
    608608
    609609    if (flag_set['E']) {
    610         if (bkpinfo->exclude_paths[0] == '-') {
     610        if (bkpinfo->exclude_paths && (bkpinfo->exclude_paths[0] == '-')) {
    611611            retval++;
    612612            log_to_screen("Please supply a sensible value with '-E'\n");
Note: See TracChangeset for help on using the changeset viewer.