playlist_song: fix playlist files in base music directory

g_path_get_dirname() returns "." when there is no directory name in
the given path.  This patch adds a workaround for that.
This commit is contained in:
Max Kellermann
2011-05-09 18:00:41 +02:00
parent 9402b23dd5
commit 26735390ff
2 changed files with 8 additions and 0 deletions

1
NEWS
View File

@@ -1,6 +1,7 @@
ver 0.16.3 (2011/??/??)
* fix assertion failure in audio format mask parser
* fix NULL pointer dereference in playlist parser
* fix playlist files in base music directory
* decoder:
- ffmpeg: support libavcodec 0.7