Forgot to change the associated fdprintf format to %li.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5952 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
dc4e2a3f5e
commit
472e70e74e
@ -129,7 +129,7 @@ int findSongsIn(int fd, char *name, int numItems, LocateTagItem * items)
|
||||
static void printSearchStats(int fd, SearchStats *stats)
|
||||
{
|
||||
fdprintf(fd, "songs: %i\n", stats->numberOfSongs);
|
||||
fdprintf(fd, "playtime: %i\n", stats->playTime);
|
||||
fdprintf(fd, "playtime: %li\n", stats->playTime);
|
||||
}
|
||||
|
||||
static int searchStatsInDirectory(int fd, Song * song, void *data)
|
||||
|
Loading…
Reference in New Issue
Block a user