diff options
Diffstat (limited to 'ext/exif/exif.c')
| -rw-r--r-- | ext/exif/exif.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 71d6fef02c..fc555819cb 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -883,8 +883,9 @@ static void process_EXIF (ImageInfoType *ImageInfo, char *CharBuf, unsigned int static int scan_JPEG_header (ImageInfoType *ImageInfo, FILE *infile, Section_t *Sections, int *SectionsRead, int ReadAll, char *LastExifRefd) { int a; +/* int HaveCom = FALSE; - +*/ a = fgetc(infile); if (a != 0xff || fgetc(infile) != M_SOI) { return FALSE; |
