Ignore:
Timestamp:
May 17, 2010, 4:49:27 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Remove a wrong usage of mr_strcat with exclude_path in the 2.2.9 version (probably cause of #421)
File:
1 edited

Legend:

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

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