X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FFileZIO.pm;h=dc6e4807d1861e8dffea0f9eaed42ee3f57e308c;hp=2b6e70f504950811b75fd8e66cf9eb8135b2add9;hb=17dcbbebb871212f90b81bb97f8d1feb528bdc43;hpb=79e0593c501fd58046feeca20c315cc4ac283435 diff --git a/lib/BackupPC/FileZIO.pm b/lib/BackupPC/FileZIO.pm index 2b6e70f..dc6e480 100644 --- a/lib/BackupPC/FileZIO.pm +++ b/lib/BackupPC/FileZIO.pm @@ -29,7 +29,7 @@ # #======================================================================== # -# Version 2.1.0beta2, released 23 May 2004. +# Version 2.1.0, released 20 Jun 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");