Ignore:
Timestamp:
Jan 5, 2014, 1:35:22 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Add "%s" in 2 mr_asprintf usages toavoid any problem (quality report)
File:
1 edited

Legend:

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

    r3225 r3238  
    11881188    mr_free(tmp);
    11891189
    1190     mr_asprintf(tmp, call_program_and_get_last_line_of_output(command));
     1190    mr_asprintf(tmp, "%s", call_program_and_get_last_line_of_output(command));
    11911191    mr_free(command);
    11921192
Note: See TracChangeset for help on using the changeset viewer.