Commit dc4e2a3f authored by J. Alexander Treuman's avatar J. Alexander Treuman

Changing SearchStats.playTime from int to unsigned long.

git-svn-id: https://svn.musicpd.org/mpd/trunk@5951 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 7a8a9c10
......@@ -41,7 +41,7 @@ typedef struct _LocateTagItemArray {
typedef struct _SearchStats {
LocateTagItemArray locateArray;
int numberOfSongs;
int playTime;
unsigned long playTime;
} SearchStats;
static int countSongsInDirectory(int fd, Directory * directory, void *data)
......
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