summaryrefslogtreecommitdiff
path: root/dist/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/log.py')
-rw-r--r--dist/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/log.py b/dist/log.py
index 9201b20054b..8743dd3a71c 100644
--- a/dist/log.py
+++ b/dist/log.py
@@ -178,7 +178,7 @@ __wt_logop_read(WT_SESSION_IMPL *session,
}
static size_t
-__logrec_json_unpack_str(char *dest, size_t destlen, const char *src,
+__logrec_json_unpack_str(char *dest, size_t destlen, const u_char *src,
size_t srclen)
{
\tsize_t total;