X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=lib%2FBackupPC%2FFileZIO.pm;h=44a9aaf1b78854734c4ed808583b07be09358f81;hb=8c30bb82b66f26ccf7e261e2c42711251d0d6ccd;hp=00a6a928e91fb60f8b9f263a9f32f8f6491da9f9;hpb=3ae3b7557db4829ebfc6f580ceac30376717db6a;p=BackupPC.git diff --git a/lib/BackupPC/FileZIO.pm b/lib/BackupPC/FileZIO.pm index 00a6a92..44a9aaf 100644 --- a/lib/BackupPC/FileZIO.pm +++ b/lib/BackupPC/FileZIO.pm @@ -29,7 +29,7 @@ # #======================================================================== # -# Version 2.1.0_CVS, released 13 Mar 2004. +# Version 2.1.0beta2, released 23 May 2004. # # See http://backuppc.sourceforge.net. # @@ -177,7 +177,7 @@ sub read # the compressed file. Also seek the file so # it is positioned at the 0xb3. # - seek($self->{fh}, -length($self->{dataIn}), 1); + sysseek($self->{fh}, -length($self->{dataIn}), 1); $self->{eof} = 1; $self->{dataIn} = ""; ##print("Got 0xb3 block: considering eof\n");