Ignore:
Timestamp:
Nov 18, 2016, 5:31:43 PM (7 years ago)
Author:
Bruno Cornec
Message:

mr_strip_spaces now returns a dynamically allocated string

File:
1 edited

Legend:

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

    r3611 r3614  
    9292    }
    9393    /*  skip initial spaces */
    94     mr_asprintf(scratch, "%s", in);
    95     mr_strip_spaces(scratch);
     94    scratch = mr_strip_spaces(in);
    9695    len = (int)strlen(scratch);
    9796    mid = width / 2;
Note: See TracChangeset for help on using the changeset viewer.