mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
edf726ca1b
Signed-off-by: W. Michael Petullo <mike@flyn.org>
12 lines
306 B
Diff
12 lines
306 B
Diff
--- a/plparse/totem-pl-parser.c
|
|
+++ b/plparse/totem-pl-parser.c
|
|
@@ -1760,7 +1760,7 @@ totem_pl_parser_glob_is_ignored (TotemPl
|
|
{
|
|
GHashTableIter iter;
|
|
gpointer key;
|
|
- int ret;
|
|
+ int ret = -1;
|
|
|
|
g_mutex_lock (&parser->priv->ignore_mutex);
|
|
g_hash_table_iter_init (&iter, parser->priv->ignore_globs);
|