summaryrefslogtreecommitdiffstats
path: root/mh.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-12-22 18:04:32 -0800
committerKevin McCarthy <kevin@8t8.us>2020-12-22 18:04:32 -0800
commita4a2a1ed7abf02507a35e2a6d49da102cbd117dd (patch)
treeef270e73e7a273c3106ad8a492a21980066925eb /mh.c
parentc1ae18c03f5488b4b85a9c65634c905b19dfcbc0 (diff)
parent11b18027d3d710f30c78e1171ea8ee94f75f0ac1 (diff)
Merge branch 'stable'
Diffstat (limited to 'mh.c')
-rw-r--r--mh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mh.c b/mh.c
index 1b31a178..67e63824 100644
--- a/mh.c
+++ b/mh.c
@@ -1811,8 +1811,8 @@ static int mh_rewrite_message (CONTEXT * ctx, int msgno)
BUFFER *newpath = NULL;
BUFFER *partpath = NULL;
- long old_body_offset = h->content->offset;
- long old_body_length = h->content->length;
+ LOFF_T old_body_offset = h->content->offset;
+ LOFF_T old_body_length = h->content->length;
long old_hdr_lines = h->lines;
if ((dest = mx_open_new_message (ctx, h, 0)) == NULL)