Ignore:
Timestamp:
Jun 26, 2006, 1:12:48 PM (18 years ago)
Author:
bcornec
Message:

Attempt to fix Bug #7820 Does not backup a file greater than 2 GB
Report from taps23@…
Changed legnth_of_file to off_t for ftello support and all relative changes made as well in various functions to be consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/mondorestore/mondo-restore.c

    r676 r684  
    19851985    if (count_lines_in_file(filelist_name) <= 0
    19861986        || length_of_file(tarball_fname) <= 0) {
    1987         log_msg(3, "length_of_file(%s) = %ld", tarball_fname,
     1987        log_msg(3, "length_of_file(%s) = %llu", tarball_fname,
    19881988                length_of_file(tarball_fname));
    19891989        sprintf(tmp, "Unable to restore fileset #%ld (CD I/O error)",
Note: See TracChangeset for help on using the changeset viewer.