Skip to content
  • Thiago Santos's avatar
    tags: exif: Fix bug in inner ifd parsing · adcb6e64
    Thiago Santos authored
    Do not use the result of inner ifd's parsing to increment
    the current tag index. The reasons are:
    
    1) The function returns a boolean.
    2) The inner ifd's tags are in a separate table, so they shouldn't
    interfere with its parent ifd table parsing.
    adcb6e64