mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
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…
x
Reference in New Issue
Block a user