mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Um... oops.
This commit is contained in:
parent
d4ce4e8eb5
commit
3e633441e3
@ -350,7 +350,7 @@ void Indexer::ReadMetadataFromFile(
|
||||
const boost::filesystem::path& file,
|
||||
const std::string& pathId)
|
||||
{
|
||||
#define APPEND_LOG(x) if (logFile) { fprintf(logFile, " - ["##x"] %s\n", file.string().c_str()); }
|
||||
#define APPEND_LOG(x) if (logFile) { fprintf(logFile, " - [%s] %s\n", x, file.string().c_str()); }
|
||||
|
||||
musik::core::IndexerTrack track(0);
|
||||
TagStore* store = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user