X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=lib%2FBackupPC%2FFileZIO.pm;h=44a9aaf1b78854734c4ed808583b07be09358f81;hb=c91d12b33bf294fd6e4728eeb3e582efc359acc5;hp=2b6e70f504950811b75fd8e66cf9eb8135b2add9;hpb=79e0593c501fd58046feeca20c315cc4ac283435;p=BackupPC.git diff --git a/lib/BackupPC/FileZIO.pm b/lib/BackupPC/FileZIO.pm index 2b6e70f..44a9aaf 100644 --- a/lib/BackupPC/FileZIO.pm +++ b/lib/BackupPC/FileZIO.pm @@ -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");