Changeset 1083 in MondoRescue


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

Report fixes of rev [1082] in trunk

Location:
trunk/mondo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/po/POTFILES.in

    r1079 r1083  
    1717src/include/mr_str.h
    1818src/include/mr_gettext.h
     19src/include/crcttt.h
    1920src/lib/mr_conf.c
    2021src/lib/mr_err.c
     
    2223src/lib/mr_str.c
    2324src/lib/mr_msg.c
    24 src/common/crcttt.h
    2525src/common/libmondo-mountlist.c
    2626src/common/libmondo-stream.h
  • 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.