aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/mate/mate_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/mate/mate_util.h')
-rw-r--r--plugins/epan/mate/mate_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/mate/mate_util.h b/plugins/epan/mate/mate_util.h
index a233f5fc34..0764ea5ec2 100644
--- a/plugins/epan/mate/mate_util.h
+++ b/plugins/epan/mate/mate_util.h
@@ -150,7 +150,7 @@ extern void delete_avp(AVP* avp);
* avp methods
*/
/* returns a newly allocated string containing a representation of the avp */
-#define avp_to_str(avp) (g_strdup_printf("%s%c%s",avp->n,avp->o,avp->v))
+#define avp_to_str(avp) (ws_strdup_printf("%s%c%s",avp->n,avp->o,avp->v))
/* returns the src avp if the src avp matches(*) the op avp or NULL if it doesn't */
extern AVP* match_avp(AVP* src, AVP* op);