[poppler] pdftohtml build problems

Reece Dunn msclrhd at hotmail.com
Mon Apr 17 11:28:30 PDT 2006


Albert Astals Cid wrote:
> A Divendres 14 Abril 2006 00:54, Reece Dunn va escriure:
> >
> > (*) goo/GooVector.h has a few minor typeos that will cause unexpected
> > behaviour!
> >
> > -   T* copy(T* src1,T* scr2,T* dest){
> > +   T* copy(T* src1,T* src2,T* dest){
> >       T* tmp=src1;
> >       T* d=dest;
> > -      while(tmp!=scr2){
> > +      while(tmp!=src2){
> >          *d=*tmp;
> >           d++;tmp++;
> >         }
> >        return d;
> >     }
> 
> Errr, i don't really see any difference between the + and the - 
> Am i the only one?

The r and c on the src2 variable are the other way around, so the two +/-
instances are written as scr2.

- Reece
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


More information about the poppler mailing list