From 0e793b510a2a61759cccf4caa38d9651eae1018b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 18 Mar 2006 04:01:37 +0000 Subject: merge up to r3928, branch should be closeable unless there are major issues that need to be addressed. git-svn-id: https://svn.musicpd.org/mpd/branches/oggflac@3929 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/list.c') 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; -- cgit v1.2.3