aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 14:37:13 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 14:37:13 +0000
commit0b0bbf096583ddb9ef0e660cf052e28d19bd212d (patch)
tree489198af1449d68e3f1d609fc2a129f865a5c14e /epan/dissectors/packet-netflow.c
parent3b2e51942297ad9406fa8f569ccf0ac845416e2a (diff)
Replace STRINGIFY with glib version.
svn path=/trunk/; revision=53193
Diffstat (limited to 'epan/dissectors/packet-netflow.c')
-rw-r--r--epan/dissectors/packet-netflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-netflow.c b/epan/dissectors/packet-netflow.c
index 4b079516f8..eaa9ea3f9a 100644
--- a/epan/dissectors/packet-netflow.c
+++ b/epan/dissectors/packet-netflow.c
@@ -8303,7 +8303,7 @@ proto_register_netflow(void)
"Maximum number of fields allowed in a template",
"Set the number of fields allowed in a template. "
"Use 0 (zero) for unlimited. "
- " (default: " STRINGIFY(V9TEMPLATE_MAX_FIELDS_DEF) ")",
+ " (default: " G_STRINGIFY(V9TEMPLATE_MAX_FIELDS_DEF) ")",
10, &v9_tmplt_max_fields);
register_init_routine(&netflow_init);