Changeset 633 in MondoRescue for branches/stable/mondo
- Timestamp:
- Jun 7, 2006, 3:08:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/mondoarchive/mondo-cli.c
r605 r633 454 454 if (q != NULL) { 455 455 *q = '\0'; 456 p = q+1 ;457 456 if (stat(p, &buf) != 0) { 458 457 log_msg(1, "ERROR ! %s doesn't exist", p); 459 458 fatal_error("ERROR ! You specified a directory to include which doesn't exist"); 460 459 } 460 p = q+1 ; 461 461 } else { 462 462 if (stat(p, &buf) != 0) { … … 691 691 if (q != NULL) { 692 692 *q = '\0'; 693 p = q+1 ;694 693 if (stat(p, &buf) != 0) { 695 694 log_msg(1, "WARNING ! %s doesn't exist", p); 696 695 } 696 p = q+1 ; 697 697 } else { 698 698 if (stat(p, &buf) != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.