diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-03-18 04:01:37 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2006-03-18 04:01:37 +0000 |
commit | 0e793b510a2a61759cccf4caa38d9651eae1018b (patch) | |
tree | fd23fef78584a66ca6852895ecbd827ab8de68ab /src/list.c | |
parent | 17d3ccbaa3f22c4c0f8a86515d71fc017a451bbd (diff) | |
download | mpd-svn/oggflac.tar.gz mpd-svn/oggflac.tar.xz mpd-svn/oggflac.zip |
merge up to r3928, branch should be closeable unless there aresvn/oggflac
major issues that need to be addressed.
git-svn-id: https://svn.musicpd.org/mpd/branches/oggflac@3929 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/list.c')
-rw-r--r-- | src/list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/list.c b/src/list.c index 9161acdf2..e7e4a5899 100644 --- a/src/list.c +++ b/src/list.c @@ -51,6 +51,7 @@ List * makeList(ListFreeDataFunc * freeDataFunc, int strdupKeys) { assert(list!=NULL); + list->sorted = 0; list->firstNode = NULL; list->lastNode = NULL; list->freeDataFunc = freeDataFunc; |