Ignore:
Timestamp:
Aug 18, 2009, 3:33:19 PM (15 years ago)
Author:
Bruno Cornec
Message:
 
File:
1 edited

Legend:

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

    r2331 r2332  
    893893        flag_set['d'] = TRUE;
    894894        strcpy(flag_val['d'], p);
     895        mr_free(p);
    895896        log_to_screen("You didn't specify a tape streamer device. I'm assuming %s", flag_val['d']);
    896897        percent = 0;
     
    15511552    case SIGKILL:
    15521553        mr_asprintf(tmp, "SIGKILL");
    1553         mr_asprintf(tmp2, "I seriously have no clue how this signal even got to me. Something's wrong with your system.");
     1554        mr_asprintf(tmp2,
     1555               "I seriously have no clue how this signal even got to me. Something's wrong with your system.");
    15541556        break;
    15551557    case SIGTERM:
     
    15631565    case SIGSEGV:
    15641566        mr_asprintf(tmp, "SIGSEGV");
    1565         mr_asprintf(tmp2, "Internal programming error. Please send a backtrace as well as your log.");
     1567        mr_asprintf(tmp2,
     1568               "Internal programming error. Please send a backtrace as well as your log.");
    15661569        break;
    15671570    case SIGPIPE:
Note: See TracChangeset for help on using the changeset viewer.