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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.