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:
b0e63c7
)
typo
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 6 Dec 2023 22:08:08 +0000
(22:08 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 6 Dec 2023 22:08:16 +0000
(22:08 +0000)
Broken-by: 5930166b4433
src/src/os.c
patch
|
blob
|
history
diff --git
a/src/src/os.c
b/src/src/os.c
index 5e5899eeb8709be9c91f405b3d8fcb5015f8f2c1..c6d1e06c2a2841615478fa7a12416c7bc2bfc68e 100644
(file)
--- a/
src/src/os.c
+++ b/
src/src/os.c
@@
-901,7
+901,7
@@
return buffer ? buffer : realloc(b, strlen(b) + 1);
char *
strchrnul(const char * s, int c)
{
-while (*s != c && *s) s++
+while (*s != c && *s) s++
;
return CS s;
}
#endif