mirror of
https://github.com/taglib/taglib.git
synced 2025-05-25 20:20:25 -04:00
The -p option of tagwriter sample does not work. This is because the picture file is open in text mode instead of binary. Also, the isFile function does not work on Windows in 32 bit mode with large files. Using _stat64 instead of stat solves the problem. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
framelist.cpp | ||
strip-id3v1.cpp | ||
tagreader_c.c | ||
tagreader.cpp | ||
tagwriter.cpp |