Ignore:
Timestamp:
Aug 29, 2009, 12:56:50 AM (15 years ago)
Author:
Bruno Cornec
Message:

Remove function spread_flaws_across_three_lines and expand it at the single place where it was useful, and fix memory allocation issues in it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-string.h

    r2350 r2355  
    1717char *slice_fname(long bigfileno, long sliceno, char *path, char *s);
    1818int special_dot_char(int i);
    19 void spread_flaws_across_three_lines(char *flaws_str, char *flaws_str_A,
    20                                      char *flaws_str_B, char *flaws_str_C);
    2119int strcmp_inc_numbers(char *stringA, char *stringB);
    2220char *strip_afio_output_line(char *input);
Note: See TracChangeset for help on using the changeset viewer.