Ignore:
Timestamp:
Mar 7, 2024, 11:00:54 AM (2 months ago)
Author:
Bruno Cornec
Message:

Fix proto for write_header_block_to_stream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-archive.c

    r3858 r3860  
    21592159        res = make_afioballs_and_images_OLD();
    21602160#endif
    2161         write_header_block_to_stream((off_t)0, "stop-afioballs",
    2162                                      BLK_STOP_AFIOBALLS);
     2161        write_header_block_to_stream((off_t)0, "stop-afioballs", BLK_STOP_AFIOBALLS);
    21632162    } else {
    21642163        res = make_afioballs_and_images();
     
    24232422        /* ask for new tape if necessary */
    24242423        length_of_incoming_file = length_of_file(curr_file);
    2425         write_header_block_to_stream(length_of_incoming_file, curr_file,
    2426                                      start_chr);
     2424        write_header_block_to_stream(length_of_incoming_file, curr_file, start_chr);
    24272425        res = write_file_to_stream_from_file(curr_file);
    24282426        retval += res;
Note: See TracChangeset for help on using the changeset viewer.