Ignore:
Timestamp:
Feb 15, 2007, 12:27:39 AM (18 years ago)
Author:
Bruno Cornec
Message:

strip_spaces => mr_strip_spaces in mr_str.c and corrected at the same time :-)

File:
1 edited

Legend:

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

    r1123 r1168  
    442442    for (fgets(incoming, MAX_STR_LEN - 1, fin); !feof(fin);
    443443         fgets(incoming, MAX_STR_LEN - 1, fin)) {
    444         strip_spaces(incoming);
     444        mr_strip_spaces(incoming);
    445445        p = strchr(incoming, ' ');
    446446        if (strlen(incoming) < 3 || incoming[0] == '#' || !p) {
Note: See TracChangeset for help on using the changeset viewer.