[Ffmpeg-cvslog] r6284 - trunk/libavcodec/eval.c

Michael Niedermayer michaelni
Sun Sep 17 12:25:07 CEST 2006


Hi

On Sun, Sep 17, 2006 at 11:54:05AM +0200, Panagiotis Issaris wrote:
> Hi,
> 
> On zo, 2006-09-17 at 10:52 +0200, michael wrote:
> > @@ -72,6 +94,18 @@
> >      /* number */
> >      d= strtod(p->s, &next);
> >      if(next != p->s){
> > +        if(*next >= 'E' && *next <= 'z'){
> Is *next == 'E' possible? I thought strtod() already parsed
> E?

iam not sure, but IMHO strtod of "123E" should not eat the E as there is
no number after E

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-cvslog mailing list