Ignore:
Timestamp:
Jun 7, 2006, 3:08:06 PM (18 years ago)
Author:
bcornec
Message:
  • Fix a bug in -I and -E handling !!
  • mknewtag now checks that Changelog are up to date
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/mondoarchive/mondo-cli.c

    r605 r633  
    454454            if (q != NULL) {
    455455                *q = '\0';
    456                 p = q+1 ;
    457456                if (stat(p, &buf) != 0) {
    458457                    log_msg(1, "ERROR ! %s doesn't exist", p);
    459458                    fatal_error("ERROR ! You specified a directory to include which doesn't exist");
    460459                }
     460                p = q+1 ;
    461461            } else {
    462462                if (stat(p, &buf) != 0) {
     
    691691            if (q != NULL) {
    692692                *q = '\0';
    693                 p = q+1 ;
    694693                if (stat(p, &buf) != 0) {
    695694                    log_msg(1, "WARNING ! %s doesn't exist", p);
    696695                }
     696                p = q+1 ;
    697697            } else {
    698698                if (stat(p, &buf) != 0) {
Note: See TracChangeset for help on using the changeset viewer.