summaryrefslogtreecommitdiffstats
path: root/wsutil/ws_strptime.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:26 +0000
commitc4e8a3222648fcf22ca207f1815ebbf7cd144eeb (patch)
tree93d5c6aa93d9987680dd1adad5685e2ad698f223 /wsutil/ws_strptime.c
parentAdding upstream version 4.2.6. (diff)
downloadwireshark-upstream.tar.xz
wireshark-upstream.zip
Adding upstream version 4.4.0.upstream/4.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--wsutil/ws_strptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/ws_strptime.c b/wsutil/ws_strptime.c
index 3c55d93e..7a8a37f5 100644
--- a/wsutil/ws_strptime.c
+++ b/wsutil/ws_strptime.c
@@ -118,7 +118,7 @@ static const unsigned char *find_string(const unsigned char *, int *, const char
#define HAVE_YEAR(s) (s & S_YEAR)
#define HAVE_HOUR(s) (s & S_HOUR)
-static char utc[] = { "UTC" };
+static const char utc[] = { "UTC" };
/* RFC-822/RFC-2822 */
static const char * const nast[5] = {
"EST", "CST", "MST", "PST", "\0\0\0"