Changeset 1083 in MondoRescue for trunk/mondo/src/common/libmondo-filelist.c


Ignore:
Timestamp:
Jan 29, 2007, 11:50:14 PM (17 years ago)
Author:
Bruno Cornec
Message:

Report fixes of rev [1082] in trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-filelist.c

    r1081 r1083  
    792792    log_msg(6, "Adding remaining chars ('%s')", string_to_add + 1);
    793793    for (i = 1; i < noof_chars; i++) {
    794             node->down = (struct s_node *) mr_malloc(sizeof(struct s_node));
    795         }
     794        node->down = (struct s_node *) mr_malloc(sizeof(struct s_node));
    796795        node = node->down;
    797796        char_to_add = string_to_add[i];
Note: See TracChangeset for help on using the changeset viewer.