ocarina/tests/core/playlists
Anna Schumaker bb40ef479f core/playlists/generic: Initialize pl_random and pl_length
These fields were working fine for statically initialized playlists, but
they get set to garbage values when g_malloc()-ing a playlist.  Let's
make sure they get initialized properly with the rest of the playlist.

Fixes #107: Initialize all values in playlist_generic_init()
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2017-06-12 08:19:21 -04:00
..
.gitignore core/playlists/user: Add support for user created playlists 2016-09-26 08:07:35 -04:00
CMakeLists.txt core/playlists/user: Add support for user created playlists 2016-09-26 08:07:35 -04:00
Sconscript tests: Build core/playlists/library test with ctest 2016-09-23 16:11:02 -04:00
artist.c Remove core/queue.c and associated files 2017-05-13 08:45:05 -04:00
library.c Remove core/queue.c and associated files 2017-05-13 08:45:05 -04:00
system.c Remove core/queue.c and associated files 2017-05-13 08:45:05 -04:00
user.c core/playlists/generic: Initialize pl_random and pl_length 2017-06-12 08:19:21 -04:00