Changeset 2486 in MondoRescue for branches


Ignore:
Timestamp:
Nov 18, 2009, 9:40:53 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3618@localhost: bruno | 2009-11-15 14:36:38 +0100

  • Backport from 2.2.9 the fact that exclude_paths needs to be ended by a space
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-devices.c

    r2475 r2486  
    30553055        mr_free(bkpinfo->exclude_paths);
    30563056        bkpinfo->exclude_paths = p;
     3057        /* Always needs to be finished by a space */
     3058        mr_strcat(bkpinfo->exclude_paths, " ");
    30573059
    30583060        p = popup_and_get_string("Temporary directory", "Please enter your temporary directory.", bkpinfo->tmpdir);
Note: See TracChangeset for help on using the changeset viewer.