whoops, I don't know how that snuck into the last
diff git-svn-id: https://svn.musicpd.org/mpd/trunk@4319 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
9cf92ca99e
commit
26447de0ce
@ -409,4 +409,11 @@ static int sumSavedFilenameMemoryInSong(FILE * fp, Song * song, void * data) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void printSavedMemoryFromFilenames() {
|
||||||
|
int sum = 0;
|
||||||
|
|
||||||
|
traverseAllIn(stderr, NULL, sumSavedFilenameMemoryInSong,
|
||||||
|
sumSavedFilenameMemoryInDirectory, (void *)&sum);
|
||||||
|
|
||||||
|
DEBUG("saved memory from filenames: %i\n", sum);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user