Giovanni Bechis: > > * No need for any library bumps, as far as I can tell. > > > in libtiff/tif_dirread.c there is this change, isn't a bump needed ? > -static int TIFFFetchPerSampleAnys(TIFF*, TIFFDirEntry*, double*); > +static int TIFFFetchPerSampleAnys(TIFF*, TIFFDirEntry*, double*, > double*);
It's declared static, i.e., only a local symbol. It is not visible to users of the library. -- Christian "naddy" Weisgerber [email protected]
