[glib: 2/8] Fix global variable name hidden by local variables in gio/tests/proxy.c
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/8] Fix global variable name hidden by local variables in gio/tests/proxy.c
- Date: Tue, 5 Apr 2022 11:19:52 +0000 (UTC)
commit 25ab7f1e74ceb122c61f7d9ef0e6c93cfc6cf302
Author: Loic Le Page <llepage fluendo com>
Date: Wed Jan 19 14:40:58 2022 +0100
Fix global variable name hidden by local variables in gio/tests/proxy.c
gio/tests/proxy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/tests/proxy.c b/gio/tests/proxy.c
index e64355ae00..7bb3956bec 100644
--- a/gio/tests/proxy.c
+++ b/gio/tests/proxy.c
@@ -67,9 +67,9 @@ print_and_free_error (GError *error)
}
static void
-print_proxies (const gchar *info, gchar **proxies)
+print_proxies (const gchar *local_info, gchar **proxies)
{
- printf ("Proxies for URI '%s' are:\n", info);
+ printf ("Proxies for URI '%s' are:\n", local_info);
if (proxies == NULL || proxies[0] == NULL)
printf ("\tnone\n");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]