Ignore:
Timestamp:
May 5, 2009, 3:56:10 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix lack of formating (discovered by the new Mandriva build process, and adopted here as well as it's good practice).
File:
1 edited

Legend:

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

    r1261 r2190  
    10431043    pos = string;
    10441044    while (*pos == ' ') pos += 1;
    1045     asprintf(&strtmp, pos);
     1045    asprintf(&strtmp, "%s", pos);
    10461046    strcpy(string, strtmp);
    10471047    paranoid_free(strtmp);
Note: See TracChangeset for help on using the changeset viewer.