Changeset 1083 in MondoRescue
- Timestamp:
- Jan 29, 2007, 11:50:14 PM (18 years ago)
- Location:
- trunk/mondo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/po/POTFILES.in
r1079 r1083 17 17 src/include/mr_str.h 18 18 src/include/mr_gettext.h 19 src/include/crcttt.h 19 20 src/lib/mr_conf.c 20 21 src/lib/mr_err.c … … 22 23 src/lib/mr_str.c 23 24 src/lib/mr_msg.c 24 src/common/crcttt.h25 25 src/common/libmondo-mountlist.c 26 26 src/common/libmondo-stream.h -
trunk/mondo/src/common/libmondo-filelist.c
r1081 r1083 792 792 log_msg(6, "Adding remaining chars ('%s')", string_to_add + 1); 793 793 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)); 796 795 node = node->down; 797 796 char_to_add = string_to_add[i];
Note:
See TracChangeset
for help on using the changeset viewer.