summaryrefslogtreecommitdiff
path: root/gdigi.c
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2021-10-07 16:17:27 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2021-10-07 16:17:27 +0200
commitf65a88e82456559217540358367788b49f6413ec (patch)
treecc8911c8de0518418866a3b5f2519a528dfec253 /gdigi.c
parent45ee5d246b838240fce51e3735188ea8f88acf27 (diff)
New upstream version 0.4.0+git20200615+1c2c89f
Diffstat (limited to 'gdigi.c')
-rw-r--r--gdigi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdigi.c b/gdigi.c
index 1ca93ae..dad5ca1 100644
--- a/gdigi.c
+++ b/gdigi.c
@@ -188,7 +188,7 @@ format_ipv (guint id, guint pos, guint val)
if (!xml) {
g_warning("Failed to find xml settings for position %d id %d.",
- id, pos);
+ pos, id);
g_string_printf(buf, "%s", "error");
return buf;
}