Ignore:
Timestamp:
Aug 18, 2009, 2:36:47 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3329@localhost: bruno | 2009-08-05 00:33:17 +0200
bkpinfo->exclude_paths is now dynamically allocated

File:
1 edited

Legend:

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

    r2316 r2318  
    5454    } else {
    5555        if (isdigit(partition[-1])) {
    56             mr_strcat(partition,
     56            mr_strcat(partition, "%c",
    5757#ifdef BSD
    5858                's');
     
    506506
    507507    q = ip;
    508     while ((p = strstr(q, token) != NULL)) {
     508    while ((p = strstr(q, token)) != NULL) {
    509509        *p = '\0';
    510510        if (output) {
Note: See TracChangeset for help on using the changeset viewer.