aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/mate/mate_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/mate/mate_util.c')
-rw-r--r--plugins/epan/mate/mate_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/mate/mate_util.c b/plugins/epan/mate/mate_util.c
index 84cd6ca830..605c990726 100644
--- a/plugins/epan/mate/mate_util.c
+++ b/plugins/epan/mate/mate_util.c
@@ -127,7 +127,7 @@ gchar* scs_subscribe(SCS_collection* c, const gchar* s) {
}
orig = (gchar *)g_slice_alloc(len);
- g_strlcpy(orig,s,len);
+ (void) g_strlcpy(orig,s,len);
g_hash_table_insert(c->hash,orig,ip);
}