Ignore:
Timestamp:
Jul 28, 2009, 2:14:23 AM (15 years ago)
Author:
Bruno Cornec
Message:

Cosmetic changes to allow for quality to not giv false positive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-cli.c

    r2290 r2309  
    11751175
    11761176    if (flag_set['b']) {
    1177         mr_asprintf(&psz, flag_val['b']);
     1177        mr_asprintf(&psz, "%s", flag_val['b']);
    11781178        log_msg(1, "psz = '%s'", psz);
    11791179        if (psz[strlen(psz) - 1] == 'k') {
     
    15731573    case SIGKILL:
    15741574        mr_asprintf(&tmp, "SIGKILL");
    1575         mr_asprintf(&tmp2,
    1576                "I seriously have no clue how this signal even got to me. Something's wrong with your system.");
     1575        mr_asprintf(&tmp2, "I seriously have no clue how this signal even got to me. Something's wrong with your system.");
    15771576        break;
    15781577    case SIGTERM:
     
    15861585    case SIGSEGV:
    15871586        mr_asprintf(&tmp, "SIGSEGV");
    1588         mr_asprintf(&tmp2,
    1589                "Internal programming error. Please send a backtrace as well as your log.");
     1587        mr_asprintf(&tmp2, "Internal programming error. Please send a backtrace as well as your log.");
    15901588        break;
    15911589    case SIGPIPE:
Note: See TracChangeset for help on using the changeset viewer.