taglib/examples
Urs Fleisch c4ed590032
tagwriter option -p not working properly (#1236) (#1237)
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.
2024-07-19 12:25:46 +02:00
..
CMakeLists.txt Install examples after we selected to build them 2021-03-06 14:52:25 +01:00
framelist.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
strip-id3v1.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
tagreader_c.c Fix issues reported by CppCheck 2023-12-07 05:00:00 +01:00
tagreader.cpp Fix issues reported by CppCheck 2023-12-07 05:00:00 +01:00
tagwriter.cpp tagwriter option -p not working properly (#1236) (#1237) 2024-07-19 12:25:46 +02:00