Commit 59bd973d authored by Warren Dukes's avatar Warren Dukes

listallinfo now prints out directories

git-svn-id: https://svn.musicpd.org/mpd/trunk@2399 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 348a1fb3
...@@ -38,8 +38,6 @@ ...@@ -38,8 +38,6 @@
*) command for displaying playlist contents *) command for displaying playlist contents
*) command for appending to playlist *) command for appending to playlist
*) have listallinfo return directories
*) abstract out input buffering from inputStream_http to inputStream *) abstract out input buffering from inputStream_http to inputStream
*) use getaddrinfo instead of gethostbyname (check libshout) *) use getaddrinfo instead of gethostbyname (check libshout)
......
...@@ -1309,7 +1309,7 @@ int sumSongTime(FILE * fp, Song * song, void * data) { ...@@ -1309,7 +1309,7 @@ int sumSongTime(FILE * fp, Song * song, void * data) {
} }
int printInfoForAllIn(FILE * fp, char * name) { int printInfoForAllIn(FILE * fp, char * name) {
return traverseAllIn(fp,name,directoryPrintSongInfo,NULL,NULL); return traverseAllIn(fp,name,directoryPrintSongInfo,printDirectoryInDirectory,NULL);
} }
int countSongsIn(FILE * fp, char * name) { int countSongsIn(FILE * fp, char * name) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment