[recipes/system-tab: 1/7] Fix a compiler warning



commit 7ba0f16b82f9cea7afe047274a180be9b1a36872
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 6 12:14:53 2017 -0500

    Fix a compiler warning

 tools/recipe-extract.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/recipe-extract.c b/tools/recipe-extract.c
index 8ac2dbf..c5f5ee5 100644
--- a/tools/recipe-extract.c
+++ b/tools/recipe-extract.c
@@ -148,7 +148,7 @@ main (int argc, char *argv[])
                         g_autofree char *s = NULL;
                         s = g_key_file_get_string (keyfile, groups[i], "Ingredients", &error);
                         if (!s) {
-                                g_printerr ("Failed to get key '%s' for group '%s': %s\n", keys[j], 
groups[i], error->message);
+                                g_printerr ("Failed to get key '%s' for group '%s': %s\n", "Ingredients", 
groups[i], error->message);
                                 g_clear_error (&error);
                                 continue;
                         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]