aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/ftype-string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ftypes/ftype-string.c b/epan/ftypes/ftype-string.c
index 5a2c9c733d..6e0d9c1b20 100644
--- a/epan/ftypes/ftype-string.c
+++ b/epan/ftypes/ftype-string.c
@@ -105,7 +105,7 @@ string_to_repr(fvalue_t *fv, ftrepr_t rtype, char *buf)
{
gchar *p, c;
char *bufp;
- char hex[2];
+ char hex[3];
if (rtype == FTREPR_DFILTER) {
bufp = buf;