Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

Fixed parsing of non-regular files #2

Merged
merged 1 commit into from Sep 22, 2016

Commits on Sep 21, 2016

  1. Fixed parsing of non-regular files

    - In case the file analyzed is not a regular local file but e.g. a Linux pipe, the parser used to read only the first ~16KB of the file. If the total size of all the tags exceeded 16KB, then some tags could not be parsed. Typically, this prevented parsing the embedded cover art.
    - The problem was caused by incorrect assumptions on the behavior of the system function fread.
    paulijar committed Sep 21, 2016
    Copy the full SHA
    382c015 View commit details
    Browse the repository at this point in the history