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/common/libmondo-fifo.c

    r2323 r2324  
    9494    if (!res) {
    9595        bufsize++;
    96         mr_asprintf(tmp, "Negotiated max buffer of %d MB ", bufsize);
    97         log_to_screen(tmp);
    98         mr_free(tmp);
     96        log_to_screen(tmp, "Negotiated max buffer of %d MB ", bufsize);
    9997    } else {
    10098        bufsize = 0;
Note: See TracChangeset for help on using the changeset viewer.