Changeset 58 in MondoRescue for trunk/mondo/mondo/common/newt-specific.c


Ignore:
Timestamp:
Oct 10, 2005, 11:22:08 AM (19 years ago)
Author:
bcornec
Message:

Trunk: This version executes correctly mondoarchive
with the new memory management system (r57 didn't)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/newt-specific.c

    r56 r58  
    475475        vasprintf(&output, fmt, args);
    476476        log_msg(0, output);
    477         if (strlen(output > 80)) {
     477        if (strlen(output) > 80) {
    478478            output[80] = '\0';
    479479        }
Note: See TracChangeset for help on using the changeset viewer.