git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1209e3e
)
Fix use of typedef for FreeBSD
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 23 Jul 2023 12:56:32 +0000
(13:56 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 23 Jul 2023 12:56:32 +0000
(13:56 +0100)
Broken-by: 1209e3e19e29
src/src/expand.c
patch
|
blob
|
history
diff --git
a/src/src/expand.c
b/src/src/expand.c
index d8ea7ae6be4d0e4c7ea14fb25b2917225942fe6b..ae16575492585c8ab3d8ae9a57c61fd023e7c544 100644
(file)
--- a/
src/src/expand.c
+++ b/
src/src/expand.c
@@
-7862,7
+7862,7
@@
NOT_ITEM: ;
case EOP_UTF8CLEAN:
{
int seq_len = 0, index = 0, bytes_left = 0, complete;
- u
long codepoint = (u
long)-1;
+ u
_long codepoint = (u_
long)-1;
uschar seq_buff[4]; /* accumulate utf-8 here */
/* Manually track tainting, as we deal in individual chars below */