Changeset 1082 in MondoRescue for branches/stable/mondo


Ignore:
Timestamp:
Jan 29, 2007, 11:49:33 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix to pb for mondo compilation
  • again improve usage of find in mindi
Location:
branches/stable/mondo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/po/POTFILES.in

    r1057 r1082  
    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
  • branches/stable/mondo/src/common/libmondo-filelist.c

    r1080 r1082  
    832832    log_msg(6, "Adding remaining chars ('%s')", string_to_add + 1);
    833833    for (i = 1; i < noof_chars; i++) {
    834             node->down = (struct s_node *) mr_malloc(sizeof(struct s_node));
    835         }
     834        node->down = (struct s_node *) mr_malloc(sizeof(struct s_node));
    836835        node = node->down;
    837836        char_to_add = string_to_add[i];
Note: See TracChangeset for help on using the changeset viewer.