Added 'mpg123' patch file.

This commit is contained in:
LoRd_MuldeR 2017-10-26 23:34:57 +02:00
parent bc14178fcf
commit c79ea2360d

View File

@ -0,0 +1,16 @@
src/playlist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/playlist.c b/src/playlist.c
index b5108b2..8abfa98 100644
--- a/src/playlist.c
+++ b/src/playlist.c
@@ -266,7 +266,7 @@ void free_playlist(void)
/* the constructor... */
static void init_playlist(void)
{
- SRAND(time(NULL));
+ SRAND((unsigned int)_time64(NULL));
pl.file = NULL;
pl.entry = 0;
pl.playcount = 0;