[Xfce4-commits] <parole:master> Fix m3u with with all absolute paths
Simon Steinbeiss
noreply at xfce.org
Mon Jan 20 22:28:01 CET 2014
Updating branch refs/heads/master
to 59de668852c91279b21dde51449eb7f698825f22 (commit)
from e6a744188febdd31a9d760ff1e6d180460961943 (commit)
commit 59de668852c91279b21dde51449eb7f698825f22
Author: Matias De lellis <mati86dl at gmail.com>
Date: Thu Jan 16 20:56:47 2014 -0300
Fix m3u with with all absolute paths
Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
src/misc/parole-pl-parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc/parole-pl-parser.c b/src/misc/parole-pl-parser.c
index 6a26735..567ef90 100644
--- a/src/misc/parole-pl-parser.c
+++ b/src/misc/parole-pl-parser.c
@@ -335,7 +335,7 @@ parole_pl_parser_parse_m3u (const gchar *filename)
guint i;
GRegex *regex;
- GMatchInfo *match_info;
+ GMatchInfo *match_info = NULL;
file = g_file_new_for_path (filename);
path = g_path_get_dirname(filename);
More information about the Xfce4-commits
mailing list