- Timestamp:
- Jul 25, 2013, 8:06:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/common/libmondo-devices.c
r3154 r3165 2794 2794 } 2795 2795 /* if modified to another path */ 2796 if (strstr(bkpinfo->tmpdir,"mondo.tmp.") != NULL) {2796 if (strstr(bkpinfo->tmpdir,"mondo.tmp.") == NULL) { 2797 2797 setup_tmpdir(bkpinfo->tmpdir); 2798 2798 } … … 2805 2805 } 2806 2806 /* if modified to another path */ 2807 if (strstr(bkpinfo->scratchdir,"mondo.scratch.") != NULL) {2807 if (strstr(bkpinfo->scratchdir,"mondo.scratch.") == NULL) { 2808 2808 setup_scratchdir(bkpinfo->scratchdir); 2809 2809 }
Note:
See TracChangeset
for help on using the changeset viewer.