diff options
author | W. Michael Petullo <mike@flyn.org> | 2022-02-12 22:55:42 -0600 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-02-15 16:42:44 -0800 |
commit | edf726ca1b21d425c38e7e7cadbd8e9588498f23 (patch) | |
tree | c0673361b1b5d9a005bd653a76993e22d5eb1ed9 /libs/totem-pl-parser/patches | |
parent | 9f3816d1c6230076db33658d29c44b0dc5c849d1 (diff) |
totem-pl-parser: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'libs/totem-pl-parser/patches')
-rw-r--r-- | libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch b/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch new file mode 100644 index 000000000..29d7e7714 --- /dev/null +++ b/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch @@ -0,0 +1,11 @@ +--- 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); |