diff options
Diffstat (limited to 'ext/standard/iptc.c')
-rw-r--r-- | ext/standard/iptc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/iptc.c b/ext/standard/iptc.c index 4554be32db..c47f2c2133 100644 --- a/ext/standard/iptc.c +++ b/ext/standard/iptc.c @@ -238,6 +238,7 @@ PHP_FUNCTION(iptcembed) case M_APP13: /* we are going to write a new APP13 marker, so don't output the old one */ php_iptc_skip_variable(fp, 0, 0); + fgetc(fp); /* skip already copied 0xFF byte */ php_iptc_read_remaining(fp, spool, poi?&poi:0); done = 1; break; |