mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
moviebrowser/mb.cpp: fix format error
Origin commit data
------------------
Branch: ni/coolstream
Commit: 891d023848
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-06 (Mon, 06 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3005,7 +3005,7 @@ void CMovieBrowser::loadAllTsFileNamesFromStorage(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACE("[mb] Dir %d, Files: %d, size %u, used_dirs %u\n", (int)m_dirNames.size(), (int)m_vMovieInfo.size(), size, used_dirs);
|
TRACE("[mb] Dir %d, Files: %d, size %lu, used_dirs %lu\n", (int)m_dirNames.size(), (int)m_vMovieInfo.size(), size, used_dirs);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CMovieBrowser::gotMovie(const char *rec_title)
|
bool CMovieBrowser::gotMovie(const char *rec_title)
|
||||||
|
Reference in New Issue
Block a user