Oh my. That's wrong isn't it? Please ignore what I've said. I believe
our changes lie in some Sandia-only branch. Please ignore what I've said
and we'll reconcile against your check-in. Sorry.
--Lee
On Sun, 2003-04-27 at 14:03, Lee Ward wrote:
> Ouch. This bug was found and fixed at Sandia awhile back. It is in the
> main branch of the repository. Can you update your copy?
>
> --Lee
>
>
> On Sun, 2003-04-27 at 09:20, me...@us... wrote:
> > Update of /cvsroot/libsysio/libsysio/src
> > In directory sc8-pr-cvs1:/tmp/cvs-serv29894/src
> >
> > Modified Files:
> > lseek.c
> > Log Message:
> > fix a wrong offset computing
> >
> >
> >
> > Index: lseek.c
> > ===================================================================
> > RCS file: /cvsroot/libsysio/libsysio/src/lseek.c,v
> > retrieving revision 1.3
> > retrieving revision 1.4
> > diff -C2 -d -r1.3 -r1.4
> > *** lseek.c 9 Mar 2003 06:27:04 -0000 1.3
> > --- lseek.c 27 Apr 2003 13:20:01 -0000 1.4
> > ***************
> > *** 86,90 ****
> > break;
> > off = stbuf.st_size;
> > ! off -= offset;
> > break;
> > default:
> > --- 86,90 ----
> > break;
> > off = stbuf.st_size;
> > ! off += offset;
> > break;
> > default:
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Libsysio-commit mailing list
> > Lib...@li...
> > https://lists.sourceforge.net/lists/listinfo/libsysio-commit
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Libsysio-commit mailing list
> Lib...@li...
> https://lists.sourceforge.net/lists/listinfo/libsysio-commit
|