From edf726ca1b21d425c38e7e7cadbd8e9588498f23 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sat, 12 Feb 2022 22:55:42 -0600 Subject: totem-pl-parser: new package Signed-off-by: W. Michael Petullo --- .../patches/totem-pl-parser-3.26.6-initialize.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch (limited to 'libs/totem-pl-parser/patches') 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); -- cgit v1.2.3