aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-12-21 05:34:38 +0000
committerGuy Harris <guy@alum.mit.edu>2012-12-21 05:34:38 +0000
commite2b61c828f586997857d72345cd1f00a5ac3596b (patch)
tree3fcc867b9d1a07a39fc89c48cc31f15bcfa7ce3e /epan/dissectors/packet-ber.c
parent14d5511143598633e689b718d4e4aa91913e6dfd (diff)
Constify some character pointer variables to avoid warnings about
strings being assigned to them. svn path=/trunk/; revision=46653
Diffstat (limited to 'epan/dissectors/packet-ber.c')
-rw-r--r--epan/dissectors/packet-ber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ber.c b/epan/dissectors/packet-ber.c
index e5a9599210..4538cced28 100644
--- a/epan/dissectors/packet-ber.c
+++ b/epan/dissectors/packet-ber.c
@@ -4612,7 +4612,7 @@ dissect_ber_UTCTime(gboolean implicit_tag, asn1_ctx_t *actx, proto_tree *tree, t
int hoffset;
proto_item *cause;
proto_tree *error_tree;
- gchar *error_str = NULL;
+ const gchar *error_str = NULL;
if (!implicit_tag) {
hoffset = offset;