Tiny mismatch with current code
This commit is contained in:
parent
79d578adeb
commit
f9d4e290cf
|
@ -627,7 +627,7 @@ int main(int argc, char *argv[])
|
||||||
TIFFSetField(tiff_file, TIFFTAG_CLEANFAXDATA, CLEANFAXDATA_CLEAN);
|
TIFFSetField(tiff_file, TIFFTAG_CLEANFAXDATA, CLEANFAXDATA_CLEAN);
|
||||||
TIFFSetField(tiff_file, TIFFTAG_IMAGELENGTH, image_length);
|
TIFFSetField(tiff_file, TIFFTAG_IMAGELENGTH, image_length);
|
||||||
TIFFCheckpointDirectory(tiff_file);
|
TIFFCheckpointDirectory(tiff_file);
|
||||||
|
|
||||||
/* Write the image first.... */
|
/* Write the image first.... */
|
||||||
switch (sequence[i].type)
|
switch (sequence[i].type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue