Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 33 of file tif_flush.c.
Referenced by TIFFCleanup().
{ if (tif->tif_mode != O_RDONLY) { if (!TIFFFlushData(tif)) return (0); if ((tif->tif_flags & TIFF_DIRTYDIRECT) && !TIFFWriteDirectory(tif)) return (0); } return (1); }