Changeset 2485 in MondoRescue for branches/2.2.9


Ignore:
Timestamp:
Nov 15, 2009, 2:31:30 AM (14 years ago)
Author:
Bruno Cornec
Message:

r3614@localhost: bruno | 2009-11-15 01:34:12 +0100
Adds a space in exclude paths

File:
1 edited

Legend:

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

    r2473 r2485  
    25792579            finish(1);
    25802580        }
     2581        /* Always needs to be finished by a space */
     2582        if (bkpinfo->exclude_paths[0]) {
     2583            strcat(bkpinfo->exclude_paths, " ");
     2584        }
    25812585        if (!popup_and_get_string
    25822586            ("Temporary directory",
Note: See TracChangeset for help on using the changeset viewer.