implement saved memory by not storing full path
git-svn-id: https://svn.musicpd.org/mpd/trunk@2601 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "inputStream.h"
|
||||
#include "tag.h"
|
||||
#include "tagTracker.h"
|
||||
#include "dbUtils.h"
|
||||
#include "../config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -431,6 +432,7 @@ int main(int argc, char * argv[]) {
|
||||
initInputStream();
|
||||
|
||||
printMemorySavedByTagTracker();
|
||||
printSavedMemoryFromFilenames();
|
||||
|
||||
daemonize(&options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user