Changeset 1370 in MondoRescue


Ignore:
Timestamp:
Apr 30, 2007, 2:11:07 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-stream.c

    r1369 r1370  
    10811081    /* place the data in a list elt */
    10821082    mr_list_alloc_elt(elt, (void *)te, mr_free_te);
    1083     mr_list_add_elt_last(elt);
     1083    mr_list_add_elt_last(tapecatalog, elt);
    10841084
    10851085    // returns the index of the record we've just added
Note: See TracChangeset for help on using the changeset viewer.