Changeset 2634 in MondoRescue


Ignore:
Timestamp:
May 17, 2010, 4:55:15 AM (14 years ago)
Author:
Bruno Cornec
Message:

Fix strcat call !

File:
1 edited

Legend:

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

    r2633 r2634  
    19761976                strcat(bkpinfo->exclude_paths, mounted_on_dsf);
    19771977                strcat(bkpinfo->exclude_paths, " ");
    1978                 strcat(bkpinfo->exclude_devs, " %s ", token);
     1978                strcat(bkpinfo->exclude_devs, token);
     1979                strcat(bkpinfo->exclude_paths, " ");
    19791980            }
    19801981        } else {
Note: See TracChangeset for help on using the changeset viewer.