Jason Cooper ([EMAIL PROTECTED]) scribbled:
> > tif->tif_diroff = (TIFFSeekFile(tif, (toff_t) 0, SEEK_END)+1) &~ 1;
> whitespace doesn't matter in C, this is taking the output of
> TIFFSeekFile and and'ing (&) it with ~1 == 0xfffe .  The type of '1'
> will be determined by the type of TIFFSeekFile.  The end result is that
> the output of TIFFSeekFile will always be even.

oops, I meant 'tif->tif_diroff' will always be even, sorry.

Cooper.

--
gentoo-user@gentoo.org mailing list

Reply via email to