Ignore:
Timestamp:
Aug 18, 2009, 3:13:54 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3335@localhost: bruno | 2009-08-08 23:04:12 +0200

  • Change mr_asprintf to avoid the need of pointer and be consistent with the other mr_mem functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/mondoarchive/mondoarchive.c

    r2323 r2324  
    362362        res = verify_data();
    363363        if (res < 0) {
    364             mr_asprintf(tmp, "%d difference%c found.", -res,
    365                     (-res != 1) ? 's' : ' ');
     364            mr_asprintf(tmp, "%d difference%c found.", -res, (-res != 1) ? 's' : ' ');
    366365            mr_asprintf(say_at_end, "%s", tmp);
    367366            log_to_screen(tmp);
Note: See TracChangeset for help on using the changeset viewer.