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-filelist.c

    r3205 r3238  
    379379    if (filelist->ch == '\0') {
    380380        if (!(i++ % 1111)) {
    381             percentage =
    382                 (int) (i * 100 / g_original_noof_lines_in_filelist);
     381            percentage = (int) (i * 100 / g_original_noof_lines_in_filelist);
    383382            update_evalcall_form(percentage);
    384383
Note: See TracChangeset for help on using the changeset viewer.