[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fwd: Re: [Bug-tar] Skipping to next header
From: |
mcmurchy1917-questions |
Subject: |
Fwd: Re: [Bug-tar] Skipping to next header |
Date: |
Sat, 30 Dec 2006 22:34:28 +0000 (GMT) |
Sergey
The patch worked for me.
Thanks
Alex Kempshall
--- address@hidden wrote:
> Date: Thu, 28 Dec 2006 17:59:47 +0000 (GMT)
> From: <address@hidden>
> Subject: Fwd: Re: [Bug-tar] Skipping to next header
> To: bug-tar <address@hidden>
>
> Sergey
>
> Thanks for that. I will apply the patch and do some
> regression testing. Then run it against the db2
> backups this weekend.
>
> Regards
>
> --- Sergey Poznyakoff <address@hidden>
> wrote:
>
> > To: <address@hidden>
> > From: "Sergey Poznyakoff"
> <address@hidden>
> > Date: Thu, 28 Dec 2006 11:45:40 +0200
> > Subject: Re: [Bug-tar] Skipping to next header
> > CC: bug-tar <address@hidden>
> >
> > Thank you. Please try the following patch.
> >
> > Regards,
> > Sergey
> >
> > Index: src/compare.c
> >
>
===================================================================
> > RCS file: /cvsroot/tar/tar/src/compare.c,v
> > retrieving revision 1.35
> > diff -p -u -r1.35 compare.c
> > --- src/compare.c 11 Apr 2006 11:59:54 -0000 1.35
> > +++ src/compare.c 28 Dec 2006 09:44:33 -0000
> > @@ -138,7 +138,7 @@ read_and_process (struct
> > tar_stat_info *
> > {
> > union block *data_block;
> > size_t data_size;
> > - size_t size = st->stat.st_size;
> > + off_t size = st->stat.st_size;
> >
> > mv_begin (st);
> > while (size)
> >
> >
> >
> >
>
>